Skip to content

Commit f91ea64

Browse files
Fix typo in example
1 parent d11aaba commit f91ea64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ usage: |-
9494
Setup the account-level settings for logging and metrics for API Gateway:
9595
9696
```hcl
97-
module "api_gateway_account_settgings" {
98-
source = "cloudposse/api-gateway/aws//modules/account-settings"
97+
module "api_gateway_account_settings" {
98+
source = "cloudposse/api-gateway/aws/modules/account-settings"
9999
# version = "x.x.x"
100100
101101
context = module.this.context

0 commit comments

Comments
 (0)