From 00a7aa3d6c3edde292efe8326b9886373ff1f369 Mon Sep 17 00:00:00 2001 From: micpob Date: Sun, 8 Oct 2023 11:47:48 +0200 Subject: [PATCH] Fix sentence --- src/content/9/en/part9c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/9/en/part9c.md b/src/content/9/en/part9c.md index 21e95724bf..fec45314cb 100644 --- a/src/content/9/en/part9c.md +++ b/src/content/9/en/part9c.md @@ -272,7 +272,7 @@ The [frontend](https://github.com/fullstack-hy2020/patientor) has already been b #### WARNING -Quite often VS code loses track what is really happening in the code and it shows type or style related warnings despite the code has been fixed. If this happens (to me it has happened quite often), just restart the editor. It is also good to doublecheck that everything really works by running the compiler and the eslint from the command line with commands: +Quite often VS code loses track of what is really happening in the code and it shows type or style related warnings despite the code having been fixed. If this happens (to me it has happened quite often), just restart the editor. It is also good to doublecheck that everything really works by running the compiler and the eslint from the command line with commands: ```bash npm run tsc