aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder
diff options
context:
space:
mode:
authorStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-10-24 14:40:34 +0200
committerStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-10-26 13:01:10 +0200
commit27556d0f81402851b9699e71ec8a046e14893e90 (patch)
treeb187fa4d8d56dffcffb02216eae33de8dfc26b49 /dgbuilder
parent9310f04aab4fe7ec87d634f9e223559888b2ca0d (diff)
fix typos
Change-Id: I4328c97f52b35194b5f8fbc558562a251f66b598 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582 Former-commit-id: a4ef74b475c62c5a83049493777bbebc353df28c
Diffstat (limited to 'dgbuilder')
-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