]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix a typo
authoralkesh26 <alkesh26@gmail.com>
Tue, 5 Feb 2019 10:05:10 +0000 (10:05 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Feb 2019 18:11:45 +0000 (18:11 +0000)
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>
doc/codewalk/codewalk.js

index abc59373a0a51a1dbace18975b0dcd8f601cc0b0..4f59a8fc89afd4af4ae91997113dd5de3fbe4fac 100644 (file)
@@ -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);
 };