From 9a72b27f384bc92f930c96d4ab2573152b201d89 Mon Sep 17 00:00:00 2001 From: SWH12 <34267571+SWH12@users.noreply.github.com> Date: Mon, 7 Dec 2020 22:12:56 +0800 Subject: [PATCH] HBASE-25366 [Documentation] Fix spelling error in sync_replication.adoc(#2744) Signed-off-by: Duo Zhang --- 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 d28b9a9731a..82b3c7e2178 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] ----