diff options
| author | mkolodny | 2013-11-10 12:43:15 -0500 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-14 13:12:36 +0000 | 
| commit | 938b2e1217b1075aaeea3b54dc5693cffc077c83 (patch) | |
| tree | 2d32a5d07043425a179d5ecaf5dfb8cc56b62281 /src | |
| parent | dbc6696b68532adfbeca6b4c333dec33bacdd022 (diff) | |
| download | angular.js-938b2e1217b1075aaeea3b54dc5693cffc077c83.tar.bz2 | |
docs(resource): fix grammatical issue
'Case' should be the plural 'cases' since it is talking about multiple possible cases rather
than a single case. For slightly more info, see the section 'When words like "none" are the
subject' in this article: http://writing.wisc.edu/Handbook/SubjectVerb.html
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngResource/resource.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index f2e7ff62..82065e09 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -151,7 +151,7 @@ function lookupDottedPath(obj, path) {   *   usually the resource is assigned to a model which is then rendered by the view. Having an empty   *   object results in no rendering, once the data arrives from the server then the object is   *   populated with the data and the view automatically re-renders itself showing the new data. This - *   means that in most case one never has to write a callback function for the action methods. + *   means that in most cases one never has to write a callback function for the action methods.   *   *   The action methods on the class object or instance object can be invoked with the following   *   parameters: | 
