From 5b62a32c33a77296eab74142c65c6c129ad5520c Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Wed, 17 Jun 2015 08:35:08 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6e4ef49..bcf8d71 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Custom formats can be also added via `formats` option. ##### .errorsText([Array errors [, Object options]]) -> String - Returns the text with all errors in a String. Options can have these properties: - separator: string used to separate errors, ", " is used by default.