doc: fix a typo

Change-Id: I5bc63d8f7593eb023fde264e1ed33aae9fae2934
This commit is contained in:
alkesh26 2019-02-02 22:54:15 +05:30
parent 8f854244ad
commit 3ab18d4fd1

View 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);
};