awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.03k stars 198 forks source link

chiadapter package documentation: fix typo #135

Closed iamsalnikov closed 10 months ago

iamsalnikov commented 2 years ago

Description of changes:

I've found a small typo in the chiadapter package documentation and fixed it.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

iamsalnikov commented 2 years ago

I've fixed failing tests in #137

iamsalnikov commented 2 years ago

Failing tests are fixed in #131

iamsalnikov commented 1 year ago

I've synced the branch with master to fix the tests.