_content/doc: remove duplicated "does not"

Change-Id: I8930b2e394c30334b99bb3e169e805f2025ec7d9
Reviewed-on: https://go-review.googlesource.com/c/website/+/324709
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Ian Lance Taylor <iant@golang.org>
diff --git a/_content/doc/modules/gomod-ref.md b/_content/doc/modules/gomod-ref.md
index 351a797..73f9d11 100644
--- a/_content/doc/modules/gomod-ref.md
+++ b/_content/doc/modules/gomod-ref.md
@@ -334,7 +334,7 @@
 * You've identified an issue with a dependency, have cloned the dependency's
   repository, and you're testing a fix with the local repository.
 
-Note that a `replace` directive alone does not does not add a module to the
+Note that a `replace` directive alone does not add a module to the
 [module graph](/ref/mod#glos-module-graph). A [`require` directive](#require)
 that refers to a replaced module version is also needed, either in the main
 module's `go.mod` file or a dependency's `go.mod` file. If you don't have a