_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>
diff --git a/_content/doc/modules/publishing.md b/_content/doc/modules/publishing.md
index 0456926..29b13df 100644
--- a/_content/doc/modules/publishing.md
+++ b/_content/doc/modules/publishing.md
@@ -62,7 +62,7 @@
 
 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 @@
 
 ```
 $ go get example.com/mymodule@v0.1.0
-```
\ No newline at end of file
+```