Skip to content

Commit

Permalink
Merge pull request #14735 from hashicorp/docs/capigw-typos-usage
Browse files Browse the repository at this point in the history
fixed typos in CAPIgw usage docs
  • Loading branch information
trujillo-adam authored Sep 23, 2022
2 parents 2203cdc + b7fe014 commit b5bdacd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/api-gateway/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand All @@ -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
Expand Down

0 comments on commit b5bdacd

Please sign in to comment.