We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc83e5 commit 757a70eCopy full SHA for 757a70e
src/ngResource/resource.js
@@ -85,7 +85,7 @@ function shallowClearAndCopy(src, dst) {
85
}]);
86
* ```
87
*
88
- * @param {string} url A parametrized URL template with parameters prefixed by `:` as in
+ * @param {string} url A parameterized URL template with parameters prefixed by `:` as in
89
* `/user/:username`. If you are using a URL with a port number (e.g.
90
* `http://example.com:8080/api`), it will be respected.
91
0 commit comments