Skip to content

Commit 757a70e

Browse files
harveyzhangnetman92
authored andcommitted
docs($resource): fix typo
'parametrized' -> 'parameterized' Closes angular#11026
1 parent fcc83e5 commit 757a70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function shallowClearAndCopy(src, dst) {
8585
}]);
8686
* ```
8787
*
88-
* @param {string} url A parametrized URL template with parameters prefixed by `:` as in
88+
* @param {string} url A parameterized URL template with parameters prefixed by `:` as in
8989
* `/user/:username`. If you are using a URL with a port number (e.g.
9090
* `http://example.com:8080/api`), it will be respected.
9191
*

0 commit comments

Comments
 (0)