From: Scarlett McAllister Date: Sat, 27 Jan 2024 01:10:49 +0000 (-0400) Subject: _VARIABLES.md: add missing 'be' into the sentence X-Git-Tag: curl-8_6_0~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6422ab6745c37f491d83c897ddb70b1bf782790e;p=thirdparty%2Fcurl.git _VARIABLES.md: add missing 'be' into the sentence Closes #12809 --- diff --git a/docs/cmdline-opts/_VARIABLES.md b/docs/cmdline-opts/_VARIABLES.md index 0415fd78f2..3e17bfdaea 100644 --- a/docs/cmdline-opts/_VARIABLES.md +++ b/docs/cmdline-opts/_VARIABLES.md @@ -5,7 +5,7 @@ curl supports command line variables (added in 8.3.0). Set variables with --variable name=content or --variable name@file (where "file" can be stdin if set to a single dash (-)). -Variable contents can expanded in option parameters using "{{name}}" (without +Variable contents can be expanded in option parameters using "{{name}}" (without the quotes) if the option name is prefixed with "--expand-". This gets the contents of the variable "name" inserted, or a blank if the name does not exist as a variable. Insert "{{" verbatim in the string by prefixing it with a