Skip to content

Commit 769224b

Browse files
authored
get rid of evil words (#619)
1 parent f5259f9 commit 769224b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/deploy-tidb-binlog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ To deploy multiple drainers using the `tidb-drainer` Helm chart for a TiDB clust
193193
safe-mode = false
194194
db-type = "tidb"
195195
[syncer.to]
196-
host = "slave-tidb"
196+
host = "downstream-tidb"
197197
user = "root"
198198
password = ""
199199
port = 4000

zh/deploy-tidb-binlog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ spec:
186186
safe-mode = false
187187
db-type = "tidb"
188188
[syncer.to]
189-
host = "slave-tidb"
189+
host = "downstream-tidb"
190190
user = "root"
191191
password = ""
192192
port = 4000

0 commit comments

Comments
 (0)