From 725028b07dbd60d0f40b94be3fe191d4e8c93cc9 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 11 Apr 2013 12:35:53 -0300 Subject: docs($http): fix a typo --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. * * -- cgit v1.2.3