diff options
| author | Josh Adams | 2012-11-05 14:40:36 -0600 | 
|---|---|---|
| committer | Igor Minar | 2012-11-11 11:22:43 +0100 | 
| commit | a758799c7ff2d8fe21f6680589f2e9e4b7f34329 (patch) | |
| tree | ee53e3dae1cabbdc613bb289f73fca2eddd03d00 /src/Angular.js | |
| parent | e9253a88b912ef5e43b43a3ceb7fca266223affb (diff) | |
| download | angular.js-a758799c7ff2d8fe21f6680589f2e9e4b7f34329.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 | 
