aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
diff options
context:
space:
mode:
authorTiago Ribeiro2013-12-26 21:30:41 +0000
committerIgor Minar2014-01-02 23:10:38 -0800
commit5fea3471e80e22db0bb79b67956a0143d31dace1 (patch)
treebf22dbeb604cf60085f6a96677c02f1160f1c88a /src/ng
parent131e4014b831ac81b7979c4523da81ebc5861c70 (diff)
downloadangular.js-5fea3471e80e22db0bb79b67956a0143d31dace1.tar.bz2
docs(\$sniffer): fix minor typo
Closes #5544
Diffstat (limited to 'src/ng')
-rw-r--r--src/ng/sniffer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/sniffer.js b/src/ng/sniffer.js
index 25196cff..52acc870 100644
--- a/src/ng/sniffer.js
+++ b/src/ng/sniffer.js
@@ -59,7 +59,7 @@ function $SnifferProvider() {
// http://code.google.com/p/android/issues/detail?id=17471
// https://github.com/angular/angular.js/issues/904
- // older webit browser (533.9) on Boxee box has exactly the same problem as Android has
+ // older webkit browser (533.9) on Boxee box has exactly the same problem as Android has
// so let's not use the history API also
// We are purposefully using `!(android < 4)` to cover the case when `android` is undefined
// jshint -W018