From 4f40e5c3cc8349cca45c3c79239d94787a32a19d Mon Sep 17 00:00:00 2001 From: Varun Dey Date: Sat, 6 Oct 2018 00:25:03 +0530 Subject: [PATCH] Fix typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d875b..0a17f46 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ The full folder structure of this app is explained below: | **src/public** | Static assets that will be used client side | | **src/types** | Holds .d.ts files not found on DefinitelyTyped. Covered more in this [section](#type-definition-dts-files) | | **src**/server.ts | Entry point to your express app | -| **test** | Contains your tests. Seperate from source because there is a different build process. | +| **test** | Contains your tests. Separate from source because there is a different build process. | | **views** | Views define how your app renders on the client. In this case we're using pug | | .env.example | API keys, tokens, passwords, database URI. Clone this, but don't check it in to public repos. | | .travis.yml | Used to configure Travis CI build |