From c4d19db98dc3cc2c777b9412f5999617c3d6d4c0 Mon Sep 17 00:00:00 2001 From: Edwin Buck Date: Wed, 7 Jun 2023 14:33:00 -0500 Subject: [PATCH] Update project/conventions.md Co-authored-by: Faisal Memon Signed-off-by: Edwin Buck --- project/conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/conventions.md b/project/conventions.md index d1aa33c..df2b7bf 100644 --- a/project/conventions.md +++ b/project/conventions.md @@ -71,7 +71,7 @@ intent of the writer. ### Camel Case for created elements. Elements that refer to components that the project has created should 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