fix typos 43/71143/3
authorStanislav Chlebec <stanislav.chlebec@pantheon.tech>
Wed, 24 Oct 2018 12:40:34 +0000 (14:40 +0200)
committerStanislav Chlebec <stanislav.chlebec@pantheon.tech>
Fri, 26 Oct 2018 11:01:10 +0000 (13:01 +0200)
Change-Id: I4328c97f52b35194b5f8fbc558562a251f66b598
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582

Former-commit-id: a4ef74b475c62c5a83049493777bbebc353df28c

dgbuilder/dgeflows/node_modules/express/Readme.md

index 748e1ee..4dee7c5 100644 (file)
@@ -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