From 024b7db81e40121f826ed234b7ffc04a2f7d929a Mon Sep 17 00:00:00 2001 From: diegospd Date: Fri, 12 Jan 2018 16:39:13 -0600 Subject: [PATCH] fix(docs): correct `tranditional` typo (#4104) --- docs/usage/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index e4fd09d2..eb7751b5 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -37,7 +37,7 @@ app.listen(3000) ``` The module also exports `SwaggerUIBundle` and `SwaggerUIStandalonePreset`, so -if you're in a JavaScript project that can't handle a tranditional npm module, +if you're in a JavaScript project that can't handle a traditional npm module, you could do something like this: ```js