From 437b09c155b5d8f0b763ec499bf7ed5206419ba3 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 11 Apr 2013 12:35:53 -0300 Subject: [PATCH] docs($http): fix a typo --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * *