aboutsummaryrefslogtreecommitdiff
path: root/_content/ref
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2021-10-11 08:28:56 +0000
committerIan Lance Taylor <iant@golang.org>2021-10-11 18:13:30 +0000
commitc8768b9a37cbe0302ceeac95c1761216e2d26ecb (patch)
tree83aef01365c1a0636c44754e4112846fbc0ac7dd /_content/ref
parent3b9afa944dca6145b2a55e746b883a743fb9d956 (diff)
downloadgo-x-website-c8768b9a37cbe0302ceeac95c1761216e2d26ecb.tar.xz
_content/ref/mod: fix typo
Change-Id: I5581e2e62ab449826cc6086cd1948fdd7021563f GitHub-Last-Rev: f1e468fb0c1cebd889b42ee83d7b393089f978c7 GitHub-Pull-Request: golang/website#99 Reviewed-on: https://go-review.googlesource.com/c/website/+/355030 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Trust: Daniel Martí <mvdan@mvdan.cc> Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Diffstat (limited to '_content/ref')
-rw-r--r--_content/ref/mod.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index 04d22adc..c3429a1f 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -2914,7 +2914,7 @@ the same revision.
This special case allows the same `LICENSE` file to apply to all modules within
a repository. This only applies to files named `LICENSE` specifically, without
extensions like `.txt`. Unfortunately, this cannot be extended without breaking
-cryptographic sums of exesting modules; see [Authenticating
+cryptographic sums of existing modules; see [Authenticating
modules](#authenticating). Other tools and websites like
[pkg.go.dev](https://pkg.go.dev) may recognize files with other names.