Skip to content

Commit

Permalink
Fix spelling and grammar of an HTTP
Browse files Browse the repository at this point in the history
- To decide whether to use an or a:
https://www.merriam-webster.com/grammar/is-it-a-or-an

- Spelling of HTTP: https://en.wikipedia.org/wiki/HTTP

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
  • Loading branch information
jdbaldry authored and charlieegan3 committed Jun 4, 2024
1 parent 186f7bc commit 84e587c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/providers/aws/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/open-policy-agent/opa/logging"
)

// DoRequestWithClient is a convenience function to get the body of a http response with
// DoRequestWithClient is a convenience function to get the body of an HTTP response with
// appropriate error-handling boilerplate and logging.
func DoRequestWithClient(req *http.Request, client *http.Client, desc string, logger logging.Logger) ([]byte, error) {
resp, err := client.Do(req)
Expand Down

0 comments on commit 84e587c

Please sign in to comment.