docs(common): English grammar (#36908)

In English grammar, the comma followed by a conjunction is considered incorrect. This kind of mistakes called comma splice.
See: https://www.grammarly.com/blog/comma-splice/
PR Close #36908
This commit is contained in:
Shadi Namrouti 2020-05-04 05:17:03 +03:00 committed by Misko Hevery
parent 57a868627f
commit 90205079d7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const unicodeWordMatch =
/**
* Transforms text to title case.
* Capitalizes the first letter of each word, and transforms the
* Capitalizes the first letter of each word and transforms the
* rest of the word to lower case.
* Words are delimited by any whitespace character, such as a space, tab, or line-feed character.
*