From 27556d0f81402851b9699e71ec8a046e14893e90 Mon Sep 17 00:00:00 2001 From: Stanislav Chlebec Date: Wed, 24 Oct 2018 14:40:34 +0200 Subject: fix typos Change-Id: I4328c97f52b35194b5f8fbc558562a251f66b598 Signed-off-by: Stanislav Chlebec Issue-ID: AAF-582 Former-commit-id: a4ef74b475c62c5a83049493777bbebc353df28c --- dgbuilder/dgeflows/node_modules/express/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dgbuilder') diff --git a/dgbuilder/dgeflows/node_modules/express/Readme.md b/dgbuilder/dgeflows/node_modules/express/Readme.md index 748e1ee8..4dee7c52 100644 --- a/dgbuilder/dgeflows/node_modules/express/Readme.md +++ b/dgbuilder/dgeflows/node_modules/express/Readme.md @@ -86,7 +86,7 @@ $ npm start ## Examples - To view the examples, clone the Express repo and install the dependancies: + To view the examples, clone the Express repo and install the dependencies ```bash $ git clone git://github.com/strongloop/express.git --depth 1 @@ -102,7 +102,7 @@ $ node examples/content-negotiation ## Tests - To run the test suite, first install the dependancies, then run `npm test`: + To run the test suite, first install the dependencies, then run `npm test`: ```bash $ npm install -- cgit 1.2.3-korg