Skip to content

Commit 2d0f226

Browse files
authored
Merge pull request #2879 from fn-Drew/patch-2
Fix typo in part9c.md
2 parents 2d2ccd7 + 66d9842 commit 2d0f226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The [frontend](https://github.com/fullstack-hy2020/patientor) has already been b
272272

273273
#### WARNING
274274

275-
Quite often VS code looses 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:
275+
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:
276276

277277
```bash
278278
npm run tsc

0 commit comments

Comments
 (0)