Skip to content

Commit 66d9842

Browse files
authored
Fix typo in part9c.md
Fix typo in the sentence "VS code looses track ", so the wrongly typed word "looses" is replaced with the word "loses" as expected.
1 parent 7fa557b commit 66d9842

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)