Skip to content

Commit b77fd69

Browse files
authored
Merge pull request #1383 from quarto-dev/sync-1382-to-prerelease
2 parents 4ca11a5 + e2fa3c2 commit b77fd69

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)