branch: elpa/typescript-mode
commit 18dc5a36a60d7c5465bb161000fefbcc192fe9b5
Author: David Gomes <[email protected]>
Commit: Louis-Dominique Dubeau <[email protected]>

    Fixes typo in the README file.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b018520322..0cb72633b2 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ You can add any other customization you like to 
`typescript-mode-hook`
 in your `init.el` file. `typescript.el` also handles `prog-mode-hook`
 on versions of Emacs which supports it.
 
-# Support for Complation Mode
+# Support for Compilation Mode
 
 This mode automatically adds support for `compilation-mode` so that if
 you run `M-x compile<ret>tsc<ret>` the error messages are correctly

Reply via email to