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

hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new d346e98  Use "high availability" instead of "high available" (#171)
d346e98 is described below

commit d346e98f279f26154313b2ddcade5e51d377db0f
Author: Twice <[email protected]>
AuthorDate: Mon Oct 30 20:31:19 2023 +0900

    Use "high availability" instead of "high available" (#171)
---
 src/components/HomepageFeatures/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 6f469eb..ffdfa02 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -29,7 +29,7 @@ const FeatureList: FeatureItem[] = [
   },
   {
     imgPath: require('@site/static/img/high-available.png').default,
-    title: 'High Available',
+    title: 'High Availability',
     description: (
         <>
           Support Redis sentinel to failover when master or replica was failed

Reply via email to