From f6d9b8d3986a0cb8cb51d0ec906f2f93fb5dd7b4 Mon Sep 17 00:00:00 2001 From: Nikita Kolmogorov Date: Thu, 13 Jul 2017 19:02:30 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94a654a..173769f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Navigate to `http://localhost:3000` # TypeScript + Node The main purpose of this repository is to show a good end-to-end project setup and workflow for writing Node code in TypeScript. -I will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encourage and will be most welcome. +I will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encouraged and will be most welcome. In the next few sections I will call out everything that changes when adding TypeScript to an Express project. Note that all of this has already been setup for this project, but feel free to use this as a reference for converting other Node.js project to TypeScript.