diff --git a/.changes/unreleased/Docs-20230102-170216.yaml b/.changes/unreleased/Docs-20230102-170216.yaml new file mode 100644 index 00000000000..602d7a80b24 --- /dev/null +++ b/.changes/unreleased/Docs-20230102-170216.yaml @@ -0,0 +1,6 @@ +kind: Docs +body: Updated minor typos encountered when skipping profile setup +time: 2023-01-02T17:02:16.66596191-05:00 +custom: + Author: nshuman1 + Issue: 6529 diff --git a/core/dbt/cli/params.py b/core/dbt/cli/params.py index 5045d04cc18..b739e886e2a 100644 --- a/core/dbt/cli/params.py +++ b/core/dbt/cli/params.py @@ -270,7 +270,7 @@ ) skip_profile_setup = click.option( - "--skip-profile-setup", "-s", envvar=None, help="Skip interative profile setup.", is_flag=True + "--skip-profile-setup", "-s", envvar=None, help="Skip interactive profile setup.", is_flag=True ) # TODO: The env var and name (reflected in flags) are corrections! diff --git a/core/dbt/docs/build/html/index.html b/core/dbt/docs/build/html/index.html index d4238bb08c3..a62245c306d 100644 --- a/core/dbt/docs/build/html/index.html +++ b/core/dbt/docs/build/html/index.html @@ -321,7 +321,7 @@
Type: boolean
-Skip interative profile setup.
+Skip interactive profile setup.