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

Commit 48225948 by Augusto Amaral Pereira Committed by GitHub

docs(dialect-specific-things): fix typo (#13081)

1 parent 6388507e
...@@ -83,7 +83,7 @@ You can provide custom options to it using `dialectOptions.options` in the Seque ...@@ -83,7 +83,7 @@ You can provide custom options to it using `dialectOptions.options` in the Seque
```js ```js
const sequelize = new Sequelize('database', 'username', 'password', { const sequelize = new Sequelize('database', 'username', 'password', {
dialect: 'postgres', dialect: 'mssql',
dialectOptions: { dialectOptions: {
// Observe the need for this nested `options` field for MSSQL // Observe the need for this nested `options` field for MSSQL
options: { options: {
...@@ -215,4 +215,4 @@ Person.init({ /* attributes */ }, { ...@@ -215,4 +215,4 @@ Person.init({ /* attributes */ }, {
}) })
``` ```
The comment will be set when calling `sync()`. The comment will be set when calling `sync()`.
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!