mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 16:30:26 +00:00
docs(encodeUriSegment): fix typo
This commit is contained in:
parent
e9253a88b9
commit
a758799c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue