This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/high-availibility in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit dd6172cba9c24b90d0f3e6010566d2089628c9f7 Author: Twice <[email protected]> AuthorDate: Mon Oct 30 20:14:29 2023 +0900 Use "high availability" instead of "high available" --- 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
