diff options
| author | Josh Adams | 2012-11-05 14:40:36 -0600 |
|---|---|---|
| committer | Igor Minar | 2012-11-11 11:23:46 +0100 |
| commit | d78fea87d1e48eccb5c5fc56afe70e63974222c5 (patch) | |
| tree | db8295e77c640de4e4c824df444cec5f92377802 /src/Angular.js | |
| parent | 27cee7db0a38f0a90da301d55081ccaa46a6bf0b (diff) | |
| download | angular.js-d78fea87d1e48eccb5c5fc56afe70e63974222c5.tar.bz2 | |
docs(encodeUriSegment): fix typo
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 2 |
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 |
