_content/doc/modules: fix typo

Thanks to Manoj Krishnan (@meetmanok) for pointing this out.

Change-Id: I821eba8fe32773bea392629e34f8a2f88e37cc7f
Reviewed-on: https://go-review.googlesource.com/c/website/+/310549
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
This commit is contained in:
Jay Conrod 2021-04-15 13:57:48 -04:00
Родитель ab09019332
Коммит 7b9374a7ae
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -62,7 +62,7 @@ Use the following steps to publish a module.
1. Make the module available by running the [`go list`
command](https://golang.org/cmd/go/#hdr-List_packages_or_modules) to prompt
Go to update its index of modules with 1nformation about the module you're
Go to update its index of modules with information about the module you're
publishing.
Precede the command with a statement to set the `GOPROXY` environment
@ -80,4 +80,4 @@ in the following example:
```
$ go get example.com/mymodule@v0.1.0
```
```