From a9b2abc33fa2ee4b0e278354924fb9b8ec71509d Mon Sep 17 00:00:00 2001 From: Joe Gambino Date: Fri, 19 Nov 2021 16:37:53 -0800 Subject: [PATCH] Dummy change to test CP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f836e3dec502..e51e7da20a69 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ created to house a collection of items in plural form and using camelCase (eg: p Files should be named after the component/function/constants they export, respecting the casing used for it. ie: - If you export a constant named `CONST` it's file/directory should be named the `CONST`. -- If you export a component named `Text` the file/directory should be named `Text` +- If you export a component named `Text` the file/directory should be named `Text`. - If you export a function named `guid` the file/directory should be named `guid`. - For files that are utilities that export several functions/classes use the UpperCamelCase version ie: `DateUtils`. - HOCs should be named in camelCase like withOnyx.