diff --git a/docs/en/sql-reference/statements/system.md b/docs/en/sql-reference/statements/system.md index 3c3268f89c3..07e80e135bc 100644 --- a/docs/en/sql-reference/statements/system.md +++ b/docs/en/sql-reference/statements/system.md @@ -330,7 +330,7 @@ SYSTEM RESTORE REPLICA [ON CLUSTER cluster_name] [db.]replicated_merge_tree_fami **Example** -Creating a table on multiple servers. After the replica's root directory is lost, the table will attach as read-only as metadata is missing. The last query needs to execute on every replica. +Creating a table on multiple servers. After the replica's metadata in ZooKeeper is lost, the table will attach as read-only as metadata is missing. The last query needs to execute on every replica. ```sql CREATE TABLE test(n UInt32)