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

Commit 8ee9a3e

Browse files
adamdecafjeffbcross
authored andcommitted
fix(docs): Replace missing end tilde in resource docs for minerr.
1 parent 834b76b commit 8ee9a3e

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
@@ -36,7 +36,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
3636
* `http://example.com:8080/api`), it will be respected.
3737
*
3838
* If you are using a url with a suffix, just add the suffix, like this:
39-
* `$resource('http://example.com/resource.json')` or `$resource('http://example.com/:id.json')
39+
* `$resource('http://example.com/resource.json')` or `$resource('http://example.com/:id.json')`
4040
* or even `$resource('http://example.com/resource/:resource_id.:format')`
4141
* If the parameter before the suffix is empty, :resource_id in this case, then the `/.` will be
4242
* collapsed down to a single `.`. If you need this sequence to appear and not collapse then you

0 commit comments

Comments
 (0)