From de9a6dab436af6b5ae84dabf1202a651f48b6f79 Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Wed, 21 Aug 2019 11:40:41 -0600 Subject: 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 --- content/migrating-to-go-modules.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/migrating-to-go-modules.article') 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]]. -- cgit v1.2.3