Skip to content

Commit 477a2c8

Browse files
authored
DOC: fix typo
1 parent ad0406c commit 477a2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/profiles.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ When authoring a Quarto project that uses profiles you might want to change whic
197197

198198
While you could certainly do this by defining environment variables in your shell, this isn't particularly convenient when using the integrated render and preview functionality in VS Code and RStudio.
199199

200-
To define a default profile that is used when an explicit `QUARTO_PROFILE` or `--profile` CLI argument is not present, add a `default` option to the `profile` key. For example, here we indicate that `development` should be the active profile is not otherwise specified:
200+
To define a default profile that is used when an explicit `QUARTO_PROFILE` or `--profile` CLI argument is not present, add a `default` option to the `profile` key. For example, here we indicate that `development` should be the active profile if not otherwise specified:
201201

202202
``` {.yaml filename="_quarto.yml"}
203203
profile:

0 commit comments

Comments
 (0)