branch: elpa/typescript-mode commit 2e66d8e59728e8fd855967b8c0ea4e24036c1735 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd977fcb6..6bcdaece49 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Output from `tsc` and `tslint` is also handled seamlessly through As the both the JavaScript and TypeScript languages have evolved to become ever more complex, so has the Elisp codebase for `typescript-mode` trying to correctly handle them. -We''ve been at the point for quite some time where it has become increasingly obvious that the current code-base +We've been at the point for quite some time where it has become increasingly obvious that the current code-base simply cannot continue growing. It will be slow. It will be complex. It will be buggy. It will be head-ache inducing to wrap our heads around it, and ... I guess we're already there.