fix(docs): correct tranditional typo (#4104)

This commit is contained in:
diegospd
2018-01-12 16:39:13 -06:00
committed by kyle
parent 5b1dbec9b0
commit 024b7db81e

View File

@@ -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