diff options
| author | Chad Whitacre | 2013-04-11 12:35:53 -0300 | 
|---|---|---|
| committer | Vojta Jina | 2013-04-11 12:39:00 -0700 | 
| commit | 725028b07dbd60d0f40b94be3fe191d4e8c93cc9 (patch) | |
| tree | b3edf3b8ad44b871709033aeb9f1a7a7620d9506 /src/ng/http.js | |
| parent | f9b63f86570386e0e186f0c9a5a7f36bb4ed44d5 (diff) | |
| download | angular.js-725028b07dbd60d0f40b94be3fe191d4e8c93cc9.tar.bz2 | |
docs($http): fix a typo
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/http.js b/src/ng/http.js index ba512ba7..632bffec 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -226,7 +226,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.       *       * | 
