Skip to content

Commit 03042c5

Browse files
Jay Zengmhevery
Jay Zeng
authored andcommitted
docs(ngResource): Spelling typo (agressive => aggressive)
1 parent 2a4a822 commit 03042c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ angular.module('ngResource', ['ng']).
226226
};
227227

228228
/**
229-
* We need our custom mehtod because encodeURIComponent is too agressive and doesn't follow
229+
* We need our custom mehtod because encodeURIComponent is too aggressive and doesn't follow
230230
* http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
231231
* segments:
232232
* segment = *pchar

0 commit comments

Comments
 (0)