branch: elpa/typescript-mode
commit 1fd835e7f85c3688a665008e737d45dde47de69a
Author: Leo Treloar <[email protected]>
Commit: Leo Treloar <[email protected]>
Fix typos in README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 64e31dbd0d..f77dda3112 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[](https://melpa.org/#/typescript-mode)
[](https://stable.melpa.org/#/typescript-mode)
-`typescript.el` is major-mode for editing
[Typescript](http://www.typescriptlang.org/)-files in [GNU
Emacs](https://www.gnu.org/software/emacs/).
+`typescript.el` is a major-mode for editing
[Typescript](http://www.typescriptlang.org/)-files in [GNU
Emacs](https://www.gnu.org/software/emacs/).
`typescript.el` is a self-contained, lightweight and minimalist major-mode
focused on providing basic font-lock/syntax-highlighting and
@@ -80,5 +80,5 @@ packages:
* [ts-comint](https://github.com/josteink/ts-comint) - a Typescript REPL
in Emacs.
-Initialization these with `typescript.el` will then become a matter of
+Initializing these with `typescript.el` will then become a matter of
creating your own `typescript-mode-hook` in your `init.el` file.