Skip to content

Commit df2488b

Browse files
committed
Update
1 parent 728d606 commit df2488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We use the following regular expression to validate a username:
1919
<img src="https://i.imgur.com/UrDb9qc.png" alt="Regular expression">
2020
</p>
2121

22-
Above regular expression can accepts the strings "john_doe", "jo-hn\_doe" and "john12\_as". It does not match "Jo" because that string
22+
Above regular expression can accepts the strings `john_doe`, `jo-hn\_doe` and `john12\_as`. It does not match `Jo` because that string
2323
contains uppercase letter and also it is too short.
2424

2525
## Table of Contents

0 commit comments

Comments
 (0)