Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit fc58d3a

Browse files
authored
Fix some typos.
1 parent 6cf9d09 commit fc58d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payment-form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This payment form shows you the basics of form processing and DOM manipulation.
66

77
### Email Format
88

9-
Validation email addresses is [notouriously hard](https://hackernoon.com/the-100-correct-way-to-validate-email-addresses-7c4818f24643). We just check whether the email address contains a "@" sign.
9+
Validation of email addresses is [notouriously hard](https://hackernoon.com/the-100-correct-way-to-validate-email-addresses-7c4818f24643). Here we just check whether the email address contains a "@" sign.
1010

1111
### Credit Card Format
1212

0 commit comments

Comments
 (0)