aboutsummaryrefslogtreecommitdiff
path: root/content/playground.article
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-12-13 12:52:46 +1100
committerAndrew Gerrand <adg@golang.org>2013-12-13 12:52:46 +1100
commitbbf0a52390f03bdcdf09166a32c624758205daa9 (patch)
tree323637a37a29e0b51e60a4745f112d1eb5f75467 /content/playground.article
parenta7c147ccd8987d177aa935a58bc21c2fbda791d5 (diff)
go.blog/content/playground.article: fix two typos.
R=adg CC=golang-dev https://golang.org/cl/41550045
Diffstat (limited to 'content/playground.article')
-rw-r--r--content/playground.article4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/playground.article b/content/playground.article
index 5e22f37..688db47 100644
--- a/content/playground.article
+++ b/content/playground.article
@@ -324,8 +324,8 @@ package does this proxying.
Both the [[http://tour.golang.org][Go Tour]] and the
[[http://godoc.org/code.google.com/p/go.talks/present][Present Tool]] can be
run offline. This is great for people with limited internet connectivity
-or presenters are conferences who cannot (and _should_ not) rely on a working
-internet conection.
+or presenters at conferences who cannot (and _should_ not) rely on a working
+internet connection.
To run offline, the tools run their own version of the playground back end on
the local machine. The back end uses a regular Go tool chain with none of the