docs(ngResource): Spelling typo (agressive => aggressive)

This commit is contained in:
Jay Zeng
2012-09-09 23:48:47 -07:00
committed by Misko Hevery
parent 2a4a8226d1
commit 03042c52b9

View File

@@ -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
* segments:
* segment = *pchar