diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2020-11-05 09:36:24 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2020-11-05 09:36:24 +0100 |
commit | afbf7d260c59221a262d939165806e804eb46534 (patch) | |
tree | 8dd7123cd48fd3d4bcbe86b84580814eaaa4dfe0 /docs/TheArtOfHttpScripting.md | |
parent | ac0a88fd2552524955233198de96cc66f6b15a07 (diff) | |
download | curl-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.md | 2 |
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 |