diff --git a/README.md b/README.md index d13e3435..6edb3d3e 100644 --- a/README.md +++ b/README.md @@ -710,7 +710,7 @@ Validates that the value has to be equal to one of the elements in the specified var SomeModel = Backbone.Model.extend({ validation: { country: { - oneOf: ['Norway', 'Sweeden'] + oneOf: ['Norway', 'Sweden'] } } });