不要怂,就是干,撸起袖子干!

Commit ce39d389 by Krishna Biradar Committed by Erik Seliger

docs: add missing comma

Closes #9070
1 parent 196a381d
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ Furthermore you can specify a non-default host/port:
```js
const sequelize = new Sequelize('database', 'username', 'password', {
dialect: 'mysql'
dialect: 'mysql',
host: "my.server.tld",
port: 9821,
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!