You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/12/07 14:13:14 UTC

[hbase] branch master updated: HBASE-25366 [Documentation] Fix spelling error in sync_replication.adoc(#2744)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a72b27  HBASE-25366 [Documentation] Fix spelling error in sync_replication.adoc(#2744)
9a72b27 is described below

commit 9a72b27f384bc92f930c96d4ab2573152b201d89
Author: SWH12 <34...@users.noreply.github.com>
AuthorDate: Mon Dec 7 22:12:56 2020 +0800

    HBASE-25366 [Documentation] Fix spelling error in sync_replication.adoc(#2744)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 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]
 ----