aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-10-29 12:42:29 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-29 12:42:29 +0000
commit9f7193d3488841cf79a05e8335aef4b4fb717f37 (patch)
tree9eaea9a0f978a6e02473adc0dc3748117e821fff
parentcc5805fdbb446ba942838fc9ce2588a71d0dadaa (diff)
parent27556d0f81402851b9699e71ec8a046e14893e90 (diff)
Merge "fix typos"
Former-commit-id: a42d0292b35ba1173a65b209524a275dcf5f1647
-rw-r--r--dgbuilder/dgeflows/node_modules/express/Readme.md4
1 files changed, 2 insertions, 2 deletions
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