Skip to content

Commit

Permalink
Update provider.go
Browse files Browse the repository at this point in the history
Fix spelling mistake
  • Loading branch information
ewbankkit committed Aug 1, 2024
1 parent 1838872 commit bc630e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (p *ccProvider) Schema(ctx context.Context, request provider.SchemaRequest,
},
},
Optional: true,
Description: "An `endpoints` block (documented blow). Only one `endpoints` block may be in the configuration.",
Description: "An `endpoints` block (documented below). Only one `endpoints` block may be in the configuration.",
},
"http_proxy": schema.StringAttribute{
Description: "URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables.",
Expand Down

0 comments on commit bc630e1

Please sign in to comment.