diff --git a/docs/design/2022-06-22-foreign-key.md b/docs/design/2022-06-22-foreign-key.md index 2ac04b8f15342..5c6b32d9474e0 100644 --- a/docs/design/2022-06-22-foreign-key.md +++ b/docs/design/2022-06-22-foreign-key.md @@ -566,7 +566,7 @@ When doing incremental synchronization, DM should set `foreign_key_checks` sessi #### BR -When syncing table data to downstream TiDB, BR should `set @@foreign_key_checks=0` in downstream TiDB. +When restore data into TiDB, BR should `set @@foreign_key_checks=0` in TiDB. ## Test Case