Skip to content

Commit 5c67d38

Browse files
committedMar 26, 2014
Correct typo within CONTRIBUTING
* Remove whitespace within README [ci skip]
1 parent 877213e commit 5c67d38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you'd like to submit a pull request please adhere to the following:
1616
4. Single-quotes instead of double-quotes unless you are using string
1717
interpolation or escapes.
1818

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.
2020
Failure to do so will result in an immediate closing of the pull
2121
request. If you update and rebase the pull request to follow the
2222
guidelines your pull request will be re-opened and considered for

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var App.UserController = Ember.ObjectController.extend(Ember.Validations.Mixin);
3535
```
3636

3737
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.
3939
The keys in the object should map to properties. If you pass a
4040
JSON object as the value this will be seen as validation rules to apply
4141
to the property. If you pass `true` then the property itself will be

0 commit comments

Comments
 (0)
Please sign in to comment.