]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
_VARIABLES.md: add missing 'be' into the sentence
authorScarlett McAllister <no+reply@roygbyte.com>
Sat, 27 Jan 2024 01:10:49 +0000 (21:10 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 27 Jan 2024 11:46:43 +0000 (12:46 +0100)
Closes #12809

docs/cmdline-opts/_VARIABLES.md

index 0415fd78f24102640223142a654e50fcf8986186..3e17bfdaeac2911ad4fa468faf459b69ac98bf5e 100644 (file)
@@ -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