From 286739fac942648339affdeef91174d851a19f11 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Mon, 5 Aug 2019 09:12:57 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc979e..0b5786f 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ if(model.hasErrors) { model.password = @"password123"; if(!(model.hasErrors)) { - //validation succeded now. + //validation succeeded now. } ```