Skip to content

Commit ec28eae

Browse files
committed
JS1 week3 project CreditCard Validator fix
1 parent 4ed7563 commit ec28eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Week3/homework/CreditCard Validator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<div class="container">
1212
<label for="cardIN">Input your CreditCard number </label>
13-
<input type="text" id="cardIN" placeholder="here!">
13+
<input type="text" id="cardIN" placeholder="here:">
1414
</div>
1515
<div id="message">
1616
<h3>Your card is:</h3>

0 commit comments

Comments
 (0)