Skip to content

Commit 9272a1a

Browse files
committed
fix url validator example
1 parent f85c82a commit 9272a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ extend(angularValidator, {
270270
* @example
271271
<doc:example>
272272
<doc:source>
273-
Enter valid phone number:
273+
Enter valid URL:
274274
<input name="text" value="http://example.com/abc.html" size="40" ng:validate="url" >
275275
</doc:source>
276276
<doc:scenario>

0 commit comments

Comments
 (0)