Skip to content

Commit 2b744bb

Browse files
author
Josh Adams
committed
Fix typo in encodeUriSegment documentation
1 parent b429f53 commit 2b744bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ function toKeyValue(obj) {
788788

789789

790790
/**
791-
* We need our custom mehtod because encodeURIComponent is too agressive and doesn't follow
791+
* We need our custom method because encodeURIComponent is too agressive and doesn't follow
792792
* http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
793793
* segments:
794794
* segment = *pchar

0 commit comments

Comments
 (0)