docs: change "web site" to "website"

According to wikipedia:

 While "web site" was the original spelling, this variant has become
 rarely used, and "website" has become the standard spelling

Closes #5822
This commit is contained in:
H3RSKO 2020-08-16 16:36:10 -04:00 committed by Daniel Stenberg
parent 8ac3a5df0e
commit 3d221409e2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 32 additions and 32 deletions

View file

@ -129,6 +129,6 @@
Since curl and libcurl are plain HTTP clients without any knowledge of or
capability to handle javascript, such cookies will not be detected or used.
Often, if you want to mimic what a browser does on such web sites, you can
Often, if you want to mimic what a browser does on such websites, you can
record web browser HTTP traffic when using such a site and then repeat the
cookie operations using curl or libcurl.