From 4ffe80c811ef0f3109a300caaccd50c1384745ba Mon Sep 17 00:00:00 2001 From: Timothy Chavez Date: Fri, 2 Mar 2012 05:51:36 -0600 Subject: [PATCH] Switch 'as be' with 'be as' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6317778..9f8ea68b 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ myPhoto.setTitle('Fishing at sea'); Backbone supports model validation through `Model.validate()`, which allows checking the attribute values for a model prior to them being set. -Validation functions can as be simple or complex as necessary. If the attributes provided are valid, nothing should be returned from `.validate()`. If they are invalid, a custom error can be returned instead. +Validation functions can be as simple or complex as necessary. If the attributes provided are valid, nothing should be returned from `.validate()`. If they are invalid, a custom error can be returned instead. A basic example for validation can be seen below: