]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
form.d: fix two minor typos
authorAron Rotteveel <rotteveel.aron@gmail.com>
Thu, 23 Jan 2020 08:24:30 +0000 (09:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Jan 2020 08:28:05 +0000 (09:28 +0100)
Closes #4843

docs/cmdline-opts/form.d

index 0bbc3701f19cc43caf0e50b448bbc23f511cdd42..7f1aa31c3b43abf66fad068fb0aff21ca8ce96b5 100644 (file)
@@ -33,11 +33,11 @@ form-field to which the file portrait.jpg will be the input:
 
  curl -F profile=@portrait.jpg https://example.com/upload.cgi
 
-Example: send your name and shoe size in two text fields to the server:
+Example: send your name and shoe size in two text fields to the server:
 
  curl -F name=John -F shoesize=11 https://example.com/
 
-Example: send your essay in a text field to the server. Send it as a plain
+Example: send your essay in a text field to the server. Send it as a plain
 text field, but get the contents for it from a local file:
 
  curl -F "story=<hugefile.txt" https://example.com/