cookies.fhtml: Fix a stupid typo.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 May 2020 16:59:48 +0000 (17:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 16 May 2020 09:53:32 +0000 (10:53 +0100)
cookies.fhtml

index 121b2e4..36302f7 100644 (file)
@@ -41,7 +41,7 @@ carry this token about, but that causes other trouble.
 
 <p>For example, if we used <b>GET</b> requests then the token would appear as
 part of a URL, where it would end up being written in the location bar of
-many browsers, stored in history databases, many even sent to random cloud
+many browsers, stored in history databases, maybe even sent to random cloud
 services; this obviously has an adverse effect on security.  Also, the token
 is kind of long and ugly.