From b993441e5e521a03b7cfa86d9a4c741e3c1dd708 Mon Sep 17 00:00:00 2001 From: Stan Angeloff Date: Tue, 7 Feb 2012 14:09:48 +0200 Subject: [PATCH] Tiny spelling error, no functional changes. --- backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone.js b/backbone.js index c42cec6d..8595f9c1 100644 --- a/backbone.js +++ b/backbone.js @@ -951,7 +951,7 @@ // // The options object can contain `trigger: true` if you wish to have the // route callback be fired (not usually desirable), or `replace: true`, if - // you which to modify the current URL without adding an entry to the history. + // you wish to modify the current URL without adding an entry to the history. navigate: function(fragment, options) { if (!historyStarted) return false; if (!options || options === true) options = {trigger: options};