Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Offir Golan committed Jan 7, 2016
1 parent 45303bb commit 75c68f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/validations/result-collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default Ember.Object.extend({
* {
* 'presence': { presence: true},
* 'length': { max: 15 },
* 'function': [{ regex: /foo/ }, { regex: /bar/ }]
* 'regex': [{ regex: /foo/ }, { regex: /bar/ }]
* }
* ```
*
Expand Down

0 comments on commit 75c68f7

Please sign in to comment.