Typo fix: bellow -> below

Signed-off-by: ruicao <ruicao@alauda.io>
This commit is contained in:
ruicao 2018-09-10 21:18:50 +08:00
parent 258700f073
commit 44fb3a9b1e
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons
```
### Updating the addon
Run the script bellow.
Run the script below.
```console
addons/prometheus-operator/sync-repo.sh "v0.19.0"
```
```

View File

@ -95,7 +95,7 @@ require('http').createServer(function (request, response) {
}).listen(8080);
```
More on intercepting errors bellow.
More on intercepting errors below.
### Intercepting errors & Listening #

View File

@ -121,7 +121,7 @@ func (_ *VPCCIDRBlock) RenderTerraform(t *terraform.TerraformTarget, a, e, chang
// https://github.com/terraform-providers/terraform-provider-aws/issues/3403
return fmt.Errorf("terraform does not support AdditionalCIDRs on VPCs")
// The code bellow is based on https://github.com/terraform-providers/terraform-provider-aws/pull/1568
// The code below is based on https://github.com/terraform-providers/terraform-provider-aws/pull/1568
// and can be un-comented once it is landed.
// When this has been enabled please fix test TestAdditionalCIDR in integration_test.go to run runTestAWS.
// tf := &terraformVPCCIDRBlock{