aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial
diff options
context:
space:
mode:
authorSpenser Black <spenserblack01@gmail.com>2021-03-05 16:23:31 +0000
committerAlberto Donizetti <alb.donizetti@gmail.com>2021-03-05 18:20:46 +0000
commita5587da55fc04aac99b3bef96368228b1df5ecca (patch)
treefbc9d87ba35aef994d0625e10a2e0e32aeabef06 /_content/doc/tutorial
parent02ef8fa5ddb8111aa8752ffb8267e67c4e209649 (diff)
downloadgo-x-website-a5587da55fc04aac99b3bef96368228b1df5ecca.tar.xz
_content/doc/tutorial: fix typo in add-a-test.html
In the "add-a-test" tutorial, the phrase "If this code" was used to introduce a list of additions the user makes in the code. This replaces "If" with "In". Change-Id: I1343a648e15e2ffd4e49af2719f54aac6684e2ee GitHub-Last-Rev: f7ae450460a4f1c93123dde1d541f3ba2debc83c GitHub-Pull-Request: golang/website#31 Reviewed-on: https://go-review.googlesource.com/c/website/+/276772 Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to '_content/doc/tutorial')
-rw-r--r--_content/doc/tutorial/add-a-test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/add-a-test.html b/_content/doc/tutorial/add-a-test.html
index dffd4924..65756cb4 100644
--- a/_content/doc/tutorial/add-a-test.html
+++ b/_content/doc/tutorial/add-a-test.html
@@ -65,7 +65,7 @@ func TestHelloEmpty(t *testing.T) {
>
<p>
- If this code, you:
+ In this code, you:
</p>
<ul>