From 24f1380b808c529ee90c2bdb7b7824202d4033b7 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 19 Nov 2021 17:46:20 -0700 Subject: [PATCH] Merge pull request #6381 from Expensify/joe-dummy-change [No QA] Dummy change to test CP (cherry picked from commit 581a47fa7d2e25efd70c6c34f1566af4d768c37f) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d3a95744c55..02952b92b5e7 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.