From a07c46933a1d0d18e48de09c489ae9c7ddefdb7e Mon Sep 17 00:00:00 2001 From: SWH12 <2996259397@qq.com> Date: Mon, 7 Dec 2020 14:58:43 +0800 Subject: [PATCH] Fix typos of sync_replication.adoc. --- src/main/asciidoc/_chapters/sync_replication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/sync_replication.adoc b/src/main/asciidoc/_chapters/sync_replication.adoc index d28b9a9..82b3c7e 100644 --- a/src/main/asciidoc/_chapters/sync_replication.adoc +++ b/src/main/asciidoc/_chapters/sync_replication.adoc @@ -99,7 +99,7 @@ hbase> transit_peer_sync_replication_state '1', 'ACTIVE' Case.3 How to operate when active cluster crashed:: If the active cluster has been crashed (it may be not reachable now), so let's just transit the standby cluster to -DOWNGRANDE_ACTIVE state, and after that, we should redirect all the requests from client to the DOWNGRADE_ACTIVE cluster. +DOWNGRADE_ACTIVE state, and after that, we should redirect all the requests from client to the DOWNGRADE_ACTIVE cluster. [source,ruby] ---- -- 2.20.1.windows.1