From 7f9a2bc2bc6201d7ffb3b5066b88a19d2da96592 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Mon, 7 Dec 2020 18:10:56 +0100 Subject: [PATCH] doc/go1.16: fix typo For #40700 Change-Id: Idea442d45d18ca8cedc0b160df23eac6b86755ef Reviewed-on: https://go-review.googlesource.com/c/go/+/275677 Trust: Alberto Donizetti Reviewed-by: Ian Lance Taylor Reviewed-by: Tobias Klauser --- doc/go1.16.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.16.html b/doc/go1.16.html index 4f1789a659..5ad3cae6d9 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.