From 1f4b417184ce53af15474de065400f8a686430c5 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. --- test/ValidatorsSpec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/ValidatorsSpec.js b/test/ValidatorsSpec.js index 9f5b7b5a..2c2488fc 100644 --- a/test/ValidatorsSpec.js +++ b/test/ValidatorsSpec.js @@ -64,7 +64,8 @@ describe('ValidatorTest', function(){ }); it('Phone', function() { - var error = "Phone number needs to be in 1(987)654-3210 format in North America or +999 (123) 45678 906 internationaly."; + var error = "Phone number needs to be in 1(987)654-3210 format in North America " + + "or +999 (123) 45678 906 internationally."; assertEquals(angular.validator.phone("ab"), error); assertEquals(null, angular.validator.phone("1(408)757-3023")); assertEquals(null, angular.validator.phone("+421 (0905) 933 297")); -- cgit v1.2.3