Skip to content

Commit cd79de0

Browse files
authored
Update README.md
Signed-off-by: planetBoy <[email protected]>
1 parent e87eb2f commit cd79de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ To define env vars please create a `.env` file based on the `.env.example` templ
3636
### Data fetching
3737
- Use RSC wherever possible.
3838
- Write data fetching code in its own function in the same file as the component it is used in, not exported.
39-
- If the same data fetching function is used in multiple components, place it in a file in an `api` folder at the lowest level possible (just like components). If you need to do this you probable aren't organizing your components properly.
39+
- If the same data fetching function is used in multiple components, place it in a file in an `api` folder at the lowest level possible (just like components). If you need to do this you probably aren't organizing your components properly.

0 commit comments

Comments
 (0)