Skip to content

Commit 7d8a8b9

Browse files
committed
Fix typo in the example
1 parent 8809ab4 commit 7d8a8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-0-goals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Example:
1414

1515
```javascript
1616
// parent
17-
var Controller = Ember.Controller.extend(EmberValiations, {
17+
var Controller = Ember.Controller.extend(EmberValidations, {
1818
validations: {
1919
model: true,
2020
'model.name': {

0 commit comments

Comments
 (0)