Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0a8e113

Browse files
harveyzhangpkozlowski-opensource
authored andcommitted
docs($resource): fix typo
'parametrized' -> 'parameterized' Closes #11026
1 parent 3f09847 commit 0a8e113

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)