Skip to content

Commit 24f1380

Browse files
AndrewGableAndrewGable
authored and
AndrewGable
committed
Merge pull request #6381 from Expensify/joe-dummy-change
[No QA] Dummy change to test CP (cherry picked from commit 581a47f)
1 parent 75b905a commit 24f1380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ created to house a collection of items in plural form and using camelCase (eg: p
224224
Files should be named after the component/function/constants they export, respecting the casing used for it. ie:
225225

226226
- If you export a constant named `CONST` it's file/directory should be named the `CONST`.
227-
- If you export a component named `Text` the file/directory should be named `Text`
227+
- If you export a component named `Text` the file/directory should be named `Text`.
228228
- If you export a function named `guid` the file/directory should be named `guid`.
229229
- For files that are utilities that export several functions/classes use the UpperCamelCase version ie: `DateUtils`.
230230
- HOCs should be named in camelCase like withOnyx.

0 commit comments

Comments
 (0)