Skip to content

Commit a758799

Browse files
Josh AdamsIgorMinar
Josh Adams
authored andcommitted
docs(encodeUriSegment): fix typo
1 parent e9253a8 commit a758799

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)