Update project/conventions.md

Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: Edwin Buck <[email protected]>
This commit is contained in:
Edwin Buck
2023-06-07 14:33:00 -05:00
committed by GitHub
co-authored by Faisal Memon
parent c3213abe37
commit c4d19db98d
+1 -1
View File
@@ -71,7 +71,7 @@ intent of the writer.
### Camel Case for created elements. ### Camel Case for created elements.
Elements that refer to components that the project has created should Elements that refer to components that the project has created should
exclusively use camel case, with a the first word being lower case. To exclusively use camel case, with a the first word being lower case. To
illustrate, a "card sort order" path element would read "cardsharper". illustrate, a "card sort order" path element would read "cardSortOrder".
### Acronyms and Minimalists ### Acronyms and Minimalists