aboutsummaryrefslogtreecommitdiff
path: root/content/migrating-to-go-modules.article
diff options
context:
space:
mode:
authorJean de Klerk <deklerk@google.com>2019-08-21 11:40:41 -0600
committerIan Lance Taylor <iant@golang.org>2019-08-21 17:57:26 +0000
commitde9a6dab436af6b5ae84dabf1202a651f48b6f79 (patch)
treeffeba01fc41023569802cca16af2ccea6e7cbb78 /content/migrating-to-go-modules.article
parentb5e6ffc535e6405a838936fbfd39e2ad1c07bca4 (diff)
content: add missing word to migrating-to-go-modules
Change-Id: Ic3a9e4ef81408b6bb1a0f0b73eb3e4ed5994260c Reviewed-on: https://go-review.googlesource.com/c/blog/+/191177 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'content/migrating-to-go-modules.article')
-rw-r--r--content/migrating-to-go-modules.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/migrating-to-go-modules.article b/content/migrating-to-go-modules.article
index 37bbb89..162560d 100644
--- a/content/migrating-to-go-modules.article
+++ b/content/migrating-to-go-modules.article
@@ -199,7 +199,7 @@ Another scenario in which a module's canonical path may differ from its reposito
* Conclusion
-Converting to Go modules should be a straightforward process for most users. Occasional issues may arise due to non-canonical import paths or breaking changes within dependency. Future posts will explore publishing new versions, v2 and beyond, and ways to debug strange situations.
+Converting to Go modules should be a straightforward process for most users. Occasional issues may arise due to non-canonical import paths or breaking changes within a dependency. Future posts will explore publishing new versions, v2 and beyond, and ways to debug strange situations.
To provide feedback and help shape the future of dependency management in Go, please send us [[https://golang.org/issue/new][bug reports]] or [[https://golang.org/wiki/ExperienceReports][experience reports]].