summaryrefslogtreecommitdiff
path: root/docs/TheArtOfHttpScripting.md
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2020-11-05 09:36:24 +0100
committerDaniel Gustafsson <daniel@yesql.se>2020-11-05 09:36:24 +0100
commitafbf7d260c59221a262d939165806e804eb46534 (patch)
tree8dd7123cd48fd3d4bcbe86b84580814eaaa4dfe0 /docs/TheArtOfHttpScripting.md
parentac0a88fd2552524955233198de96cc66f6b15a07 (diff)
downloadcurl-afbf7d260c59221a262d939165806e804eb46534.tar.gz
docs: Fix various typos in documentation
Closes #6171 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'docs/TheArtOfHttpScripting.md')
-rw-r--r--docs/TheArtOfHttpScripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TheArtOfHttpScripting.md b/docs/TheArtOfHttpScripting.md
index fcec0de0c..21a50f365 100644
--- a/docs/TheArtOfHttpScripting.md
+++ b/docs/TheArtOfHttpScripting.md
@@ -11,7 +11,7 @@
Curl is a command line tool for doing all sorts of URL manipulations and
transfers, but this particular document will focus on how to use it when
- doing HTTP requests for fun and profit. I willl assume that you know how to
+ doing HTTP requests for fun and profit. I will assume that you know how to
invoke `curl --help` or `curl --manual` to get basic information about it.
Curl is not written to do everything for you. It makes the requests, it gets