You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by yy...@apache.org on 2023/01/03 06:38:16 UTC

[shardingsphere-on-cloud] 01/01: Update _index.en.md

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

yy2so pushed a commit to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git

commit ae9dec7a931ffde8b8a6d962610b8aa4eefe76bb
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Tue Jan 3 14:38:11 2023 +0800

    Update _index.en.md
    
    Updating the doc
---
 .../using-terraform-to-deploy-multi-az-on-huaweicloud/_index.en.md  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/content/operation-guide/using-terraform-to-deploy-multi-az-on-huaweicloud/_index.en.md b/docs/content/operation-guide/using-terraform-to-deploy-multi-az-on-huaweicloud/_index.en.md
index 41e88d1..62158f5 100644
--- a/docs/content/operation-guide/using-terraform-to-deploy-multi-az-on-huaweicloud/_index.en.md
+++ b/docs/content/operation-guide/using-terraform-to-deploy-multi-az-on-huaweicloud/_index.en.md
@@ -6,7 +6,7 @@ chapter = true
 +++
 
 ## Background
-For an introduction to Terraform, please refer to [link](../using-terraform-to-deploy-multi-az-on-aws/_index.en.md).
+For an introduction to Terraform, please refer to this [link](../using-terraform-to-deploy-multi-az-on-aws/_index.en.md).
 
 ## Goal
 
@@ -34,7 +34,7 @@ To create a ShardingSphere Proxy highly available cluster, you need to prepare t
 
 ### Procedure
 
-1. Enter the terraform directory, create the `terraform.tfvars` file  according to the above prepared resources.
+1. Enter the Terraform directory, create the `terraform.tfvars` file  according to the above prepared resources.
 
 ```shell
 git clone --depth=1 https://github.com/apache/shardingsphere-on-cloud.git
@@ -54,7 +54,7 @@ lb_listener_port             = 3307
 zk_flavor_id                 = "s6.medium.2"
 ```
 
-2. RUn the following command to set AK/SK and Region.
+2. Run the following command to set AK/SK and Region.
 ```shell
 export HW_ACCESS_KEY="AK"
 export HW_SECRET_KEY="SK"