From e375bbf4cfd2d35d749730d471efda91a668aebb Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 27 Sep 2018 10:30:10 +0200 Subject: [PATCH] fixed typo --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b3b5e21..372d3b4 100644 --- a/Home.md +++ b/Home.md @@ -108,7 +108,7 @@ This is an issue with your editor and how it handles tokenization/syntax highlig #### Corrupted font in IntelliJ on Windows -Go to `C:\Windows\Fonts` with `cmd.exe`, find and delete everything having Fira in the file name. It’s important that you use termnial commands, not Explorer. +Go to `C:\Windows\Fonts` with `cmd.exe`, find and delete everything having Fira in the file name. It’s important that you use terminal commands, not Explorer. Issues: [#589](https://github.com/tonsky/FiraCode/issues/589) [#581](https://github.com/tonsky/FiraCode/issues/581) [#398](https://github.com/tonsky/FiraCode/issues/398) [IDEA-159901](https://youtrack.jetbrains.com/issue/IDEA-159901)