Update strings to follow sentence capitalization style

Also, add note about `sentence capitalization` in the ui_next docs.

See: https://www.patternfly.org/v4/design-guidelines/content/grammar-and-terminology#capitalization
This commit is contained in:
nixocio
2020-05-11 13:28:33 -04:00
parent 9fd396cbe0
commit d6b56d8794
5 changed files with 5 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ Have questions about this document or anything not covered here? Feel free to re
- functions should adopt camelCase
- constructors/classes should adopt PascalCase
- constants to be exported should adopt UPPERCASE
- For strings, we adopt the `sentence capitalization` since it is a (patternfly style guide)[https://www.patternfly.org/v4/design-guidelines/content/grammar-and-terminology#capitalization].
## Setting up your development environment