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:
parent
57a868627f
commit
90205079d7
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue