aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/getting-started.html
diff options
context:
space:
mode:
authorFrederik Zipp <fzipp@gmx.de>2021-02-17 21:13:25 +0100
committerSteve Traut <straut@google.com>2021-02-25 16:35:35 +0000
commitf1b7164c9ee200f6fa404b5d05201da62e9437f9 (patch)
tree942f97b4be3c239ae29ab594a6db588489aff167 /_content/doc/tutorial/getting-started.html
parent7118d0ea1dc1b5ee7fefa8f70eeb7cf8e7a5833e (diff)
downloadgo-x-website-f1b7164c9ee200f6fa404b5d05201da62e9437f9.tar.xz
_content/doc: fix typos, broken links, and text formatting
For golang/go#44241 Change-Id: Ie23c99c6e36c618d0a3135167cf780f02ea3e3ea Reviewed-on: https://go-review.googlesource.com/c/website/+/293229 Run-TryBot: Steve Traut <straut@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Steve Traut <straut@google.com> Trust: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to '_content/doc/tutorial/getting-started.html')
-rw-r--r--_content/doc/tutorial/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/getting-started.html b/_content/doc/tutorial/getting-started.html
index a92cf209..fc05867f 100644
--- a/_content/doc/tutorial/getting-started.html
+++ b/_content/doc/tutorial/getting-started.html
@@ -207,7 +207,7 @@ $ go help
(if you see <code>rsc.io/quote/v3</code>, ignore it for now).
</li>
<li>
- On the <strong>Doc</strong> tab, under <strong>Index</strong>, note the
+ In the <strong>Documentation</strong> section, under <strong>Index</strong>, note the
list of functions you can call from your code. You'll use the
<code>Go</code> function.
</li>