Skip to content

Commit 39299a6

Browse files
Selenium39wantao
and
wantao
authored
docs(read-replication.md): fix typo (sequelize#13179)
Co-authored-by: Selenium39 <[email protected]> Co-authored-by: wantao <[email protected]>
1 parent d0d7188 commit 39299a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/other-topics/read-replication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Sequelize supports [read replication](https://en.wikipedia.org/wiki/Replication_
55
```js
66
const sequelize = new Sequelize('database', null, null, {
77
dialect: 'mysql',
8-
port: 3306
8+
port: 3306,
99
replication: {
1010
read: [
1111
{ host: '8.8.8.8', username: 'read-1-username', password: process.env.READ_DB_1_PW },

0 commit comments

Comments
 (0)