docs(ngResource): fix typo

Closes #3835
This commit is contained in:
Tim Statler 2013-09-01 13:11:27 -07:00 committed by Pete Bacon Darwin
parent 2dcbec6c06
commit 2fb36cbd50

View file

@ -11,7 +11,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
*
* `ngResource` is the name of the optional Angular module that adds support for interacting with
* [RESTful](http://en.wikipedia.org/wiki/Representational_State_Transfer) server-side data sources.
* `ngReource` provides the {@link ngResource.$resource `$resource`} serivce.
* `ngResource` provides the {@link ngResource.$resource `$resource`} service.
*
* {@installModule resource}
*