diff options
author | Shenghou Ma <minux.ma@gmail.com> | 2013-12-13 12:52:46 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-12-13 12:52:46 +1100 |
commit | bbf0a52390f03bdcdf09166a32c624758205daa9 (patch) | |
tree | 323637a37a29e0b51e60a4745f112d1eb5f75467 /content/playground.article | |
parent | a7c147ccd8987d177aa935a58bc21c2fbda791d5 (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.article | 4 |
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 |