Skip to content

Commit

Permalink
Docs fix spelling issues (#1761)
Browse files Browse the repository at this point in the history
Signed-off-by: camcui <cuishua@sina.cn>
  • Loading branch information
camcui authored Jan 17, 2025
1 parent de72fff commit f278dc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/private-networks/tutorials/kubernetes/multi-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In the AZure VNet, create a Virtual Network Gateway with the following settings
| Enable active-active mode | Disabled |
| Configure BGP | Disabled |

The other setttings can remain as defaults or set to suit your requirements. Once this is complete
The other settings can remain as defaults or set to suit your requirements. Once this is complete
please note down the IP address that was created for the Virtual Network Gateway

##### 3.2 On the AWS side create a Customer Gateway
Expand All @@ -59,7 +59,7 @@ This Customer Gateway points to the Azure Virtual Network Gateay from step 3.1
| Routing | Static |
| IP Address | Use the IP of the Virtual Network Gateway in step 3.1 |

The other setttings can remain as defaults or set to suit your requirements
The other settings can remain as defaults or set to suit your requirements

##### 3.3 On the AWS side create a Virtual Private Gateway

Expand Down Expand Up @@ -88,7 +88,7 @@ Create an AWS Site-to-Site VPN Connection with the following settings
| Static IP Prefixes | Use the Azure VNet CIDR from step 2.1 |
| Tunnel inside IP version | IPV4 |

The other setttings can remain as defaults or set to suit your requirements
The other settings can remain as defaults or set to suit your requirements

##### 3.6 Download the VPN connection config file

Expand Down Expand Up @@ -133,13 +133,13 @@ Use the settings below
| BGP | Disabled |
| Use policy based traffic selector | Disabled |

The other setttings can remain as defaults or set to suit your requirements
The other settings can remain as defaults or set to suit your requirements

This may take a few minutes to setup. Once complete you should see the Tunnel from step 3.5 status show as `UP`

##### 3.9 High Availability on the Azure side

If you need high availablity or this is a production setup, please use Tunnel #2 to create a second
If you need high availability or this is a production setup, please use Tunnel #2 to create a second
Local Network Gateway (step 3.7) and then a second connection on the Virtual Network Gateway (step 3.8)

##### 3.10 On AWS update the subnet route table
Expand Down
4 changes: 2 additions & 2 deletions docs/private-networks/tutorials/privacy/web3js-quorum.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This example uses 3 of the 4 nodes configured in the [privacy tutorial](index.md
```bash
Transaction Hash: 0xd9d71cc6f64675e1a48183ded8f08930af317eb883ebae4c4eec66ae68618d85
Waiting for transaction to be mined ...
Event Emited: 0x0000000000000000000000009811ebc35d7b06b3fa8dc5809a1f9c52751e1deb00000000000000000000000000000000000000000000000000000000000003e8
Event Emitted: 0x0000000000000000000000009811ebc35d7b06b3fa8dc5809a1f9c52751e1deb00000000000000000000000000000000000000000000000000000000000003e8
Waiting for transaction to be mined ...
Get Value from http://localhost:8545: 0x00000000000000000000000000000000000000000000000000000000000003e8
Waiting for transaction to be mined ...
Expand All @@ -110,7 +110,7 @@ This example uses 3 of the 4 nodes configured in the [privacy tutorial](index.md
```text
Transaction Hash: 0xa025433aec47a71b0230f12f43708812fd38ff7b7c1dc89a715f71dcbd5fbdbf
Waiting for transaction to be mined ...
Event Emited: 0x000000000000000000000000372a70ace72b02cc7f1757183f98c620254f9c8d000000000000000000000000000000000000000000000000000000000000002a
Event Emitted: 0x000000000000000000000000372a70ace72b02cc7f1757183f98c620254f9c8d000000000000000000000000000000000000000000000000000000000000002a
Waiting for transaction to be mined ...
Get Value from http://localhost:8545: 0x000000000000000000000000000000000000000000000000000000000000002a
Waiting for transaction to be mined ...
Expand Down

0 comments on commit f278dc5

Please sign in to comment.