From 511c049681b7bb67943e1acd45691a1f6dc32c47 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Thu, 26 Dec 2013 21:30:41 +0000 Subject: [PATCH] docs(\$sniffer): fix minor typo Closes #5544 --- src/ng/sniffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/sniffer.js b/src/ng/sniffer.js index 25196cffa1ff..52acc8702d29 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