From a01cf6d39e30598bb0145e619515c69b6aac09e9 Mon Sep 17 00:00:00 2001 From: dandoyon Date: Fri, 29 Jul 2011 18:42:16 -0700 Subject: doc(typos): fix couple of typos in the docs Minor documentation fixes. Should not be any code changes. One test changed due to dependency on text in documentation. --- src/validators.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/validators.js') diff --git a/src/validators.js b/src/validators.js index 9a2a02de..6b54f67a 100644 --- a/src/validators.js +++ b/src/validators.js @@ -287,7 +287,8 @@ extend(angularValidator, { if (value.match(/^\+\d{2,3} (\(\d{1,5}\))?[\d ]+\d$/)) { return null; } - return "Phone number needs to be in 1(987)654-3210 format in North America or +999 (123) 45678 906 internationaly."; + return "Phone number needs to be in 1(987)654-3210 format in North America " + + "or +999 (123) 45678 906 internationally."; }, /** -- cgit v1.2.3