Skip to content

Commit

Permalink
Update docs/expo/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yssk22 authored Jun 27, 2024
1 parent 2632c20 commit 16f21ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/expo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ features/
### nameing convenstions

- A class name or component name should have `{FeatureName}{ComponentName}` format.
- An Error object should be exported as `Err{FeatureName}{ErrorName}` and defined in `errors.ts`.
- An Error class should be exported as `Err{FeatureName}{ErrorName}` and defined in `errors.ts`.
- if a type is used in multiple files, it should be defined in `types.ts` file.
- if a constant is used in multiple files, it should be defined in `constants.ts` file.

Expand Down

0 comments on commit 16f21ac

Please sign in to comment.