From bc630e1948a7ddb861ae090233958b3f07ac022b Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 1 Aug 2024 10:31:11 -0400 Subject: [PATCH] Update provider.go Fix spelling mistake --- internal/provider/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/provider.go b/internal/provider/provider.go index 0c6ce5a56..eed048176 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -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.",