Skip to content

Commit

Permalink
fix(docs): Fix wrong level of ui option in getting started guide (#251)
Browse files Browse the repository at this point in the history
closes #251
  • Loading branch information
Mairu committed Mar 21, 2023
1 parent 5b385d1 commit 0bfe44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ const app = express(feathers())
// ...
.configure(swagger({
specs: {
ui: swagger.swaggerUI(),
info: {
title: 'A test',
description: 'A description',
version: '1.0.0',
},
},
ui: swagger.swaggerUI(),
}))
// later services can be registered
```
Expand Down

0 comments on commit 0bfe44b

Please sign in to comment.