From 5de1490081c70eb3aa5290bcd351b8804102dfaa Mon Sep 17 00:00:00 2001 From: Yongyi Zeng Date: Wed, 18 Oct 2023 20:00:23 +0800 Subject: [PATCH] Fix some typos in environment.qmd (#874) --- docs/projects/environment.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/projects/environment.qmd b/docs/projects/environment.qmd index 1bceb76254..ecdcfad9f1 100644 --- a/docs/projects/environment.qmd +++ b/docs/projects/environment.qmd @@ -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`). @@ -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