Skip to content

Commit a71ed1c

Browse files
author
Josh Callender
committed
grammar fixes for model-utils index and getModel
1 parent 4f30424 commit a71ed1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_model-utils/getModel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ header: getModel
33
example: ModelUtils.getModel(path, [attributes], [options], [callback])
44
---
55

6-
Factory method for models, given the models path this will return an instance of that model. Sets the given `attributes` and `options` on the model.
6+
Factory method for models. Given the models path this will return an instance of that model. Sets the given `attributes` and `options` on the model.
77

88
**attributes** _optional_ The attributes for the [constructor](/model#constructor).
99

model-utils/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ title: "Model Utils - RendrJS"
55

66
# Model Utils
77

8-
This class gives utility functions for models and collections. Some functionality includes; an `instanceof` wrappers, factory methods, and getters for constructors based on the name. The ModelUtils class is initialized in the [app initialization](/app#constructor) process, and is attached to the [app](/app) object.
8+
This class provides utility functions for models and collections, including: an `instanceof` wrappers, factory methods, and getters for constructors based on the name. The ModelUtils class is initialized in the [app initialization](/app#constructor) process, and is attached to the [app](/app) object.
99

1010
{% include pageDoc.html name="model-utils" %}

0 commit comments

Comments
 (0)