aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorJosh Adams2012-11-05 14:40:36 -0600
committerIgor Minar2012-11-11 11:22:43 +0100
commita758799c7ff2d8fe21f6680589f2e9e4b7f34329 (patch)
treeee53e3dae1cabbdc613bb289f73fca2eddd03d00 /src/Angular.js
parente9253a88b912ef5e43b43a3ceb7fca266223affb (diff)
downloadangular.js-a758799c7ff2d8fe21f6680589f2e9e4b7f34329.tar.bz2
docs(encodeUriSegment): fix typo
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
1 files changed, 1 insertions, 1 deletions
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