From a758799c7ff2d8fe21f6680589f2e9e4b7f34329 Mon Sep 17 00:00:00 2001 From: Josh Adams Date: Mon, 5 Nov 2012 14:40:36 -0600 Subject: docs(encodeUriSegment): fix typo --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Angular.js') diff --git a/src/Angular.js b/src/Angular.js index 63d04200..bea972ef 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -788,7 +788,7 @@ function toKeyValue(obj) { /** - * We need our custom mehtod because encodeURIComponent is too agressive and doesn't follow + * We need our custom method because encodeURIComponent is too agressive and doesn't follow * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path * segments: * segment = *pchar -- cgit v1.2.3