Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 938b2e1

Browse files
mkolodnypetebacondarwin
authored andcommitted
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
1 parent dbc6696 commit 938b2e1

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
@@ -151,7 +151,7 @@ function lookupDottedPath(obj, path) {
151151
* usually the resource is assigned to a model which is then rendered by the view. Having an empty
152152
* object results in no rendering, once the data arrives from the server then the object is
153153
* populated with the data and the view automatically re-renders itself showing the new data. This
154-
* means that in most case one never has to write a callback function for the action methods.
154+
* means that in most cases one never has to write a callback function for the action methods.
155155
*
156156
* The action methods on the class object or instance object can be invoked with the following
157157
* parameters:

0 commit comments

Comments
 (0)