Skip to content

Commit

Permalink
Fix typo in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
SeyZ committed Sep 16, 2015
1 parent 8809ab4 commit 7d8a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-0-goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Example:

```javascript
// parent
var Controller = Ember.Controller.extend(EmberValiations, {
var Controller = Ember.Controller.extend(EmberValidations, {
validations: {
model: true,
'model.name': {
Expand Down

0 comments on commit 7d8a8b9

Please sign in to comment.