From 52346f764659c46f33a9c7388607e16e7cfc23de Mon Sep 17 00:00:00 2001 From: Stephan Daus Date: Sat, 4 Nov 2023 20:06:59 +0100 Subject: [PATCH] Inserted "or" in environment.qmd Typo --- docs/projects/environment.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/environment.qmd b/docs/projects/environment.qmd index ecdcfad9f1..4d45a3bf33 100644 --- a/docs/projects/environment.qmd +++ b/docs/projects/environment.qmd @@ -4,7 +4,7 @@ title: "Environment Variables" ## Overview -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: +You may have one or 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`).