aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Whitacre2013-04-11 12:35:53 -0300
committerVojta Jina2013-04-11 12:50:26 -0700
commit437b09c155b5d8f0b763ec499bf7ed5206419ba3 (patch)
tree2112f3ec5d3d5c8ea3db975166f8637cb0fa1e81
parentb2b015a53b8e3a548bb76be862e9d59783fb268f (diff)
downloadangular.js-437b09c155b5d8f0b763ec499bf7ed5206419ba3.tar.bz2
docs($http): fix a typo
-rw-r--r--src/ng/http.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/http.js b/src/ng/http.js
index 97d2a007..6ee216ef 100644
--- a/src/ng/http.js
+++ b/src/ng/http.js
@@ -155,7 +155,7 @@ function $HttpProvider() {
* $resource} service.
*
* The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by
- * the $q service. While for simple usage patters this doesn't matter much, for advanced usage,
+ * the $q service. While for simple usage patterns this doesn't matter much, for advanced usage,
* it is important to familiarize yourself with these apis and guarantees they provide.
*
*