DBZ-5930 Fix a typo in document

This commit is contained in:
yoheimuta 2023-01-11 14:55:48 +09:00 committed by Jiri Pechanec
parent d3efd8904f
commit 9346a2e550

View File

@ -61,7 +61,7 @@ To optimally configure and run a {prodname} Vitess connector, it is helpful to u
[[vitess-snapshot]]
=== Snapshot
Typically, a MySQL servers is not configured to retain the complete history of the database in the binary logs.
Typically, a MySQL server is not configured to retain the complete history of the database in the binary logs.
As a result, the connector is unable to read the entire history of the database from the binary logs.
For this reason, the first time that the connector starts, it performs an initial consistent snapshot of the database.
You can change this behavior by setting the xref:{link-vitess-connector}#vitess-property-snapshot-mode[`snapshot.mode` connector configuration property] to a value other than `initial`.