From cd79de0cc2d3a49678178afb8e1ac366779afe07 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:52:16 +0100 Subject: [PATCH 1/2] Update README.md Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com> --- apps/dashboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/README.md b/apps/dashboard/README.md index f9f9ffd7fd7..f9958b89182 100644 --- a/apps/dashboard/README.md +++ b/apps/dashboard/README.md @@ -36,4 +36,4 @@ To define env vars please create a `.env` file based on the `.env.example` templ ### Data fetching - Use RSC wherever possible. - Write data fetching code in its own function in the same file as the component it is used in, not exported. -- 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. +- 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. From 53c1b277ce24da7be9820cfce0b1c5c62d23d4e0 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:54:26 +0100 Subject: [PATCH 2/2] Update README.md Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com> --- apps/dashboard/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/tests/README.md b/apps/dashboard/tests/README.md index 57a050a9738..9b482674a51 100644 --- a/apps/dashboard/tests/README.md +++ b/apps/dashboard/tests/README.md @@ -5,7 +5,7 @@ This directory contains the end-to-end (E2E) testing setup for the project. ## Adding a test 1. create a new file in this directory with the `.spec.ts` extension -2. copy the paterns from the existing tests +2. copy the patterns from the existing tests ## Running the tests locally