Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Correct typo within CONTRIBUTING
Browse files Browse the repository at this point in the history
* Remove whitespace within README
[ci skip]
  • Loading branch information
duggiefresh committed Mar 26, 2014
1 parent 877213e commit 5c67d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you'd like to submit a pull request please adhere to the following:
4. Single-quotes instead of double-quotes unless you are using string
interpolation or escapes.

Plase note that you must adhere to each of the above mentioned rules.
Please note that you must adhere to each of the aforementioned rules.
Failure to do so will result in an immediate closing of the pull
request. If you update and rebase the pull request to follow the
guidelines your pull request will be re-opened and considered for
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var App.UserController = Ember.ObjectController.extend(Ember.Validations.Mixin);
```

You define your validations as a JSON object. They should be added to
the controller that represents the model in question.
the controller that represents the model in question.
The keys in the object should map to properties. If you pass a
JSON object as the value this will be seen as validation rules to apply
to the property. If you pass `true` then the property itself will be
Expand Down

0 comments on commit 5c67d38

Please sign in to comment.