diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngResource/resource.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 6d101111..ab5dc52a 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -226,7 +226,7 @@ angular.module('ngResource', ['ng']).          };    /** -   * We need our custom mehtod because encodeURIComponent is too agressive and doesn't follow +   * We need our custom mehtod because encodeURIComponent is too aggressive and doesn't follow     * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path     * segments:     *    segment       = *pchar  | 
