_content/doc/modules: fix typo in gomod-ref.md

Fix typo in the description of the sample replace directive.

Change-Id: Ifce15609e096253c07137bf6727568bde58982c3
GitHub-Last-Rev: 54973c41cf0cf7272e4940c597bb1ee814f9ce29
GitHub-Pull-Request: golang/website#38
Reviewed-on: https://go-review.googlesource.com/c/website/+/292991
Reviewed-by: Steve Traut <straut@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/_content/doc/modules/gomod-ref.md b/_content/doc/modules/gomod-ref.md
index 70f482c..7eb41b0 100644
--- a/_content/doc/modules/gomod-ref.md
+++ b/_content/doc/modules/gomod-ref.md
@@ -242,7 +242,7 @@
   replace example.com/othermodule => example.com/othermodule v1.2.3
   ```
 
-  The following example replaces module version v1.2.5 with version v1.2.5 of
+  The following example replaces module version v1.2.5 with version v1.2.3 of
   the same module.
 
   ```