From 774d8720bb35f30a14138dd2d30ec697b22cad48 Mon Sep 17 00:00:00 2001 From: D <85412836+dafydddev@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:14:13 +0100 Subject: [PATCH] Fix typo in part7a.md --- src/content/7/en/part7a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/7/en/part7a.md b/src/content/7/en/part7a.md index e9769af6f67..2cbbdbed3dd 100644 --- a/src/content/7/en/part7a.md +++ b/src/content/7/en/part7a.md @@ -697,7 +697,7 @@ If we were to do this, we would lose much of the benefit provided by the useF #### 7.4: useAnecdotes, step1 -The project has a JSON server already configured. YOu can start it with: +The project has a JSON server already configured. You can start it with: ```bash npm run server