Skip to content

Commit

Permalink
fix(docs): Replace missing end tilde in resource docs for minerr.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf authored and jeffbcross committed Aug 21, 2013
1 parent 834b76b commit 8ee9a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngResource/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
* `http://example.com:8080/api`), it will be respected.
*
* If you are using a url with a suffix, just add the suffix, like this:
* `$resource('http://example.com/resource.json')` or `$resource('http://example.com/:id.json')
* `$resource('http://example.com/resource.json')` or `$resource('http://example.com/:id.json')`
* or even `$resource('http://example.com/resource/:resource_id.:format')`
* If the parameter before the suffix is empty, :resource_id in this case, then the `/.` will be
* collapsed down to a single `.`. If you need this sequence to appear and not collapse then you
Expand Down

0 comments on commit 8ee9a3e

Please sign in to comment.