File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ If you'd like to submit a pull request please adhere to the following:
16
16
4 . Single-quotes instead of double-quotes unless you are using string
17
17
interpolation or escapes.
18
18
19
- Plase note that you must adhere to each of the above mentioned rules.
19
+ Please note that you must adhere to each of the aforementioned rules.
20
20
Failure to do so will result in an immediate closing of the pull
21
21
request. If you update and rebase the pull request to follow the
22
22
guidelines your pull request will be re-opened and considered for
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var App.UserController = Ember.ObjectController.extend(Ember.Validations.Mixin);
35
35
```
36
36
37
37
You define your validations as a JSON object. They should be added to
38
- the controller that represents the model in question.
38
+ the controller that represents the model in question.
39
39
The keys in the object should map to properties. If you pass a
40
40
JSON object as the value this will be seen as validation rules to apply
41
41
to the property. If you pass ` true ` then the property itself will be
You can’t perform that action at this time.
0 commit comments