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

Commit 5817d11

Browse files
committed
Fix grammar.
1 parent 610ab45 commit 5817d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ngResource/resource.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
* the need to interact with the low level {@link ng.$http $http} service.
2020
*
2121
* @param {string} url A parameterized URL template with parameters prefixed by `:` as in
22-
* `/user/:username`. If you are using URL with a port number (e.g. `http://example.com:8080/api`),
23-
* you'll need to escape colon character before the port number, like this:
24-
* `$resource('http://example.com\\:8080/api')`.
22+
* `/user/:username`. If you are using a URL with a port number (e.g.
23+
* `http://example.com:8080/api`), you'll need to escape the colon character before the port
24+
* number, like this: `$resource('http://example.com\\:8080/api')`.
2525
*
2626
* @param {Object=} paramDefaults Default values for `url` parameters. These can be overridden in
2727
* `actions` methods. If any of the parameter value is a function, it will be executed every time

0 commit comments

Comments
 (0)