Update README.md

This commit is contained in:
Pav01Founders 2021-10-14 12:36:49 +01:00 committed by GitHub
parent 06078ec517
commit e267e82e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Write a function that capitalizes the first letter of each word **and** lowercases the rest.
A word is a sequence of **alphanumerical** characters.
A word is a sequence of **alphanumeric** characters.
### Expected function