Merge pull request #14735 from hashicorp/docs/capigw-typos-usage

fixed typos in CAPIgw usage docs
This commit is contained in:
trujillo-adam 2022-09-23 09:28:29 -07:00 committed by GitHub
commit d0903c581d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ This topic describes how to use Consul API Gateway.
Complete the following steps to use Consul API Gateway in your network.
1. Verify that the [requirements](/docs/api-gateway/tech-specs) have been met.
1. Verify that the Consul API Gateway CRDs and controller have been installed and applied (see [Installation](/docs/api-gateway/install)).
1. Configure your [`Gateway`](/docs/api-gateway/configuration/gateway) and [`Routes`](/docs/api-gateway/configuration/routes) . as describe in the [Configuration](/docs/api-gateway/configuration) section.
1. Verify that the Consul API Gateway CRDs and controller have been installed and applied. Refer to [Installation](/docs/api-gateway/install) for details.
1. Configure your [`Gateway`](/docs/api-gateway/configuration/gateway) and [`Routes`](/docs/api-gateway/configuration/routes) as describe in the [Configuration](/docs/api-gateway/configuration) section.
<CodeBlockConfig hideClipboard filename="values.yaml">
@ -28,7 +28,7 @@ Complete the following steps to use Consul API Gateway in your network.
</CodeBlockConfig>
1. Issue the `kubectl apply` command to implement the configurations, e.g.:
1. Issue the `kubectl apply` command to implement the configurations:
```shell-session
$ kubectl apply -f gateway.yaml routes.yaml