From: Stanislav Chlebec Date: Wed, 24 Oct 2018 12:40:34 +0000 (+0200) Subject: fix typos X-Git-Tag: 1.5.0~60^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=27556d0f81402851b9699e71ec8a046e14893e90;p=sdnc%2Foam.git fix typos Change-Id: I4328c97f52b35194b5f8fbc558562a251f66b598 Signed-off-by: Stanislav Chlebec Issue-ID: AAF-582 Former-commit-id: a4ef74b475c62c5a83049493777bbebc353df28c --- 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