Skip to content

Commit

Permalink
docs($resource): add missing closing square bracket in example
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalRonel authored and gkalpak committed Jul 11, 2017
1 parent af83c15 commit 77b302a
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 @@ -488,7 +488,7 @@ angular.module('ngResource', ['ng']).
* $resourceProvider.defaults.actions.update = {
* method: 'PUT'
* };
* });
* }]);
* ```
*
* Or you can even overwrite the whole `actions` list and specify your own:
Expand Down

0 comments on commit 77b302a

Please sign in to comment.