diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-10-24 14:29:17 +0200 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-10-26 12:53:15 +0200 |
commit | f88beb40bed6e5d94d8dcf9abc336c524b2a007a (patch) | |
tree | cfe45c00caaa6cd23255dc42ad724f5ac21b5088 | |
parent | 9310f04aab4fe7ec87d634f9e223559888b2ca0d (diff) |
fix typos
Change-Id: I30f17b68e670daf19a1f6eab68444f59603a05c7
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
Former-commit-id: c7471071a8806fc41d9ba1e317b75f83c5770423
4 files changed, 8 insertions, 8 deletions
diff --git a/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md index 9fb2737d..afb4d7d5 100644 --- a/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md +++ b/dgbuilder/dgeflows/node_modules/body-parser/node_modules/depd/Readme.md @@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace. Providing the argument `--no-deprecation` to the `node` executable will suppress all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not suppress the deperecations given to any "deprecation" +**NOTE** This will not suppress the deprecations given to any "deprecation" event listeners, just the output to STDERR. ### process.env.TRACE_DEPRECATION @@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace. Providing the argument `--trace-deprecation` to the `node` executable will trace all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`. +**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`. ## Display diff --git a/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md index 9fb2737d..afb4d7d5 100644 --- a/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md +++ b/dgbuilder/dgeflows/node_modules/express/node_modules/depd/Readme.md @@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace. Providing the argument `--no-deprecation` to the `node` executable will suppress all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not suppress the deperecations given to any "deprecation" +**NOTE** This will not suppress the deprecations given to any "deprecation" event listeners, just the output to STDERR. ### process.env.TRACE_DEPRECATION @@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace. Providing the argument `--trace-deprecation` to the `node` executable will trace all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`. +**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`. ## Display diff --git a/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md index 9fb2737d..afb4d7d5 100644 --- a/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md +++ b/dgbuilder/dgeflows/node_modules/morgan/node_modules/depd/Readme.md @@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace. Providing the argument `--no-deprecation` to the `node` executable will suppress all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not suppress the deperecations given to any "deprecation" +**NOTE** This will not suppress the deprecations given to any "deprecation" event listeners, just the output to STDERR. ### process.env.TRACE_DEPRECATION @@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace. Providing the argument `--trace-deprecation` to the `node` executable will trace all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`. +**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`. ## Display diff --git a/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md b/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md index 9fb2737d..afb4d7d5 100644 --- a/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md +++ b/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md @@ -124,7 +124,7 @@ across all namespaces, use the value `*` for a namespace. Providing the argument `--no-deprecation` to the `node` executable will suppress all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not suppress the deperecations given to any "deprecation" +**NOTE** This will not suppress the deprecations given to any "deprecation" event listeners, just the output to STDERR. ### process.env.TRACE_DEPRECATION @@ -145,7 +145,7 @@ warning across all namespaces, use the value `*` for a namespace. Providing the argument `--trace-deprecation` to the `node` executable will trace all deprecations (only available in Node.js 0.8 or higher). -**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`. +**NOTE** This will not trace the deprecations silenced by `NO_DEPRECATION`. ## Display |