aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2019-03-21 08:59:51 -0700
committerIan Lance Taylor <iant@golang.org>2019-03-21 16:06:11 +0000
commit3a6da3992a22839acb8257f6a68663ef712fda65 (patch)
tree8e18f6dcead4337470948822fb777bcddc4af288 /content
parentfad1b87c54a720b166bbf46d5c5d47ca9aecad47 (diff)
blog: fix typo in the using-go-modules post
Change-Id: Id17835be6a01d4a7c29d25b670f830eb089808d5 Reviewed-on: https://go-review.googlesource.com/c/blog/+/168617 Reviewed-by: Cassandra Salisbury <cls@golang.org>
Diffstat (limited to 'content')
-rw-r--r--content/using-go-modules.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/using-go-modules.article b/content/using-go-modules.article
index 24ed2c9..d93842e 100644
--- a/content/using-go-modules.article
+++ b/content/using-go-modules.article
@@ -14,7 +14,7 @@ Go’s
[[https://blog.golang.org/versioning-proposal][new dependency management system]]
that makes dependency version information explicit
and easier to manage.
-This blog post is a tutorial to introduction to the basic operations needed
+This blog post is an introduction to the basic operations needed
to get started using modules.
A followup post will cover releasing modules for others to use.