Skip to content

Commit

Permalink
Fix some typos in environment.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yyzeng authored Oct 18, 2023
1 parent d5d95d8 commit e4185ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/projects/environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Environment Variables"

## Overview

You may have one more more environment variables that you want to make sure are set whenever you render your project. For example, you might be using environment variables to:
You may have one more environment variables that you want to make sure are set whenever you render your project. For example, you might be using environment variables to:

1. Provide the URL of a server to download data from.
2. Set the address of a proxy server (e.g. `HTTP_PROXY`).
Expand Down Expand Up @@ -65,7 +65,7 @@ PYTHONINSPECT=1
PYTHONDEVMODE=1
```

Note that `_environment.local` is not intended to be checked in to version control. Rather, it's designed for values that you want active only on your system. To facilitate this, Quarto automatically adds the following to your project `.gitignore` file:
Note that `_environment.local` is not intended to be checked in to version control. Rather, it's designed for values that you want to activate only on your system. To facilitate this, Quarto automatically adds the following to your project `.gitignore` file:

``` {.ini filename=".gitignore"}
/_*.local
Expand Down

0 comments on commit e4185ad

Please sign in to comment.