aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralkesh26 <alkesh26@gmail.com>2019-02-05 10:05:10 +0000
committerIan Lance Taylor <iant@golang.org>2019-02-05 18:11:45 +0000
commit10faf001077ea6b3907864f16a9f9099a7ba939b (patch)
tree3e77a70fd9e98d0b561d8f4f9dccde55b596c304
parent20c110eb2aacd9023bf7340252f14c83cba7abba (diff)
downloadgo-10faf001077ea6b3907864f16a9f9099a7ba939b.tar.gz
go-10faf001077ea6b3907864f16a9f9099a7ba939b.zip
doc: fix a typo
Change-Id: Ia830f59d6f6ca1bc506ec298ccfc154d9f94f01d GitHub-Last-Rev: 3ab18d4fd1a8d4295713cbb7ff74f30b3838b6d3 GitHub-Pull-Request: golang/go#30067 Reviewed-on: https://go-review.googlesource.com/c/160829 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/codewalk/codewalk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codewalk/codewalk.js b/doc/codewalk/codewalk.js
index abc59373a0..4f59a8fc89 100644
--- a/doc/codewalk/codewalk.js
+++ b/doc/codewalk/codewalk.js
@@ -276,7 +276,7 @@ CodewalkViewer.prototype.changeSelectedComment = function(target) {
}
// Force original file even if user hasn't changed comments since they may
- // have nagivated away from it within the iframe without us knowing.
+ // have navigated away from it within the iframe without us knowing.
this.navigateToCode(currentFile);
};