From 3ab18d4fd1a8d4295713cbb7ff74f30b3838b6d3 Mon Sep 17 00:00:00 2001 From: alkesh26 Date: Sat, 2 Feb 2019 22:54:15 +0530 Subject: [PATCH] doc: fix a typo Change-Id: I5bc63d8f7593eb023fde264e1ed33aae9fae2934 --- doc/codewalk/codewalk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };