diff --git a/website/docs/docs/environments-in-dbt.md b/website/docs/docs/environments-in-dbt.md index b4c3133bf89..36d33a298ce 100644 --- a/website/docs/docs/environments-in-dbt.md +++ b/website/docs/docs/environments-in-dbt.md @@ -7,7 +7,9 @@ pagination_next: null In software engineering, environments are used to enable engineers to develop and test code without impacting the users of their software. Typically, there are two types of environments in dbt: -Test mockup PR +Test mockup PR. + +Second edit for mockup. - **Deployment or Production** (or _prod_) — Refers to the environment that end users interact with.