docs($resource): add missing closing square bracket in example

Closes #16090
This commit is contained in:
Eyal Ronel
2017-07-10 17:53:37 -04:00
committed by Georgios Kalpakas
parent af83c1541c
commit 77b302ab00
+1 -1
View File
@@ -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: