diff --git a/doc/go1.16.html b/doc/go1.16.html
index 4f1789a659d..5ad3cae6d97 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -194,7 +194,7 @@ Do not send CLs removing the interior tags from such phrases.
The go get -insecure flag is
deprecated and will be removed in a future version. This flag permits
fetching from repositories and resolving custom domains using insecure
- schemes such as HTTP, and also bypassess module sum validation using the
+ schemes such as HTTP, and also bypasses module sum validation using the
checksum database. To permit the use of insecure schemes, use the
GOINSECURE environment variable instead. To bypass module
sum validation, use GOPRIVATE or GONOSUMDB.