Skip to content

Commit 77b302a

Browse files
EyalRonelgkalpak
authored andcommitted
docs($resource): add missing closing square bracket in example
Closes angular#16090
1 parent af83c15 commit 77b302a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ angular.module('ngResource', ['ng']).
488488
* $resourceProvider.defaults.actions.update = {
489489
* method: 'PUT'
490490
* };
491-
* });
491+
* }]);
492492
* ```
493493
*
494494
* Or you can even overwrite the whole `actions` list and specify your own:

0 commit comments

Comments
 (0)