Merge "fix typos"
authorDan Timoney <dtimoney@att.com>
Mon, 29 Oct 2018 12:42:29 +0000 (12:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 29 Oct 2018 12:42:29 +0000 (12:42 +0000)
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