mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-04 13:14:49 +00:00
docs(ngResource): Spelling typo (agressive => aggressive)
This commit is contained in:
parent
ebbc224e09
commit
6fbe926cda
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
* http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
|
||||||
* segments:
|
* segments:
|
||||||
* segment = *pchar
|
* segment = *pchar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue