Skip to content

Commit b369d7d

Browse files
authored
Merge pull request #147 from ltrel/typo-fixes
2 parents 1043025 + 1fd835e commit b369d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![MELPA](https://melpa.org/packages/typescript-mode-badge.svg)](https://melpa.org/#/typescript-mode)
55
[![MELPA Stable](https://stable.melpa.org/packages/typescript-mode-badge.svg)](https://stable.melpa.org/#/typescript-mode)
66

7-
`typescript.el` is major-mode for editing [Typescript](http://www.typescriptlang.org/)-files in [GNU Emacs](https://www.gnu.org/software/emacs/).
7+
`typescript.el` is a major-mode for editing [Typescript](http://www.typescriptlang.org/)-files in [GNU Emacs](https://www.gnu.org/software/emacs/).
88

99
`typescript.el` is a self-contained, lightweight and minimalist major-mode
1010
focused on providing basic font-lock/syntax-highlighting and
@@ -80,5 +80,5 @@ packages:
8080
* [ts-comint](https://github.com/josteink/ts-comint) - a Typescript REPL
8181
in Emacs.
8282

83-
Initialization these with `typescript.el` will then become a matter of
83+
Initializing these with `typescript.el` will then become a matter of
8484
creating your own `typescript-mode-hook` in your `init.el` file.

0 commit comments

Comments
 (0)