Skip to content

Commit faa2a50

Browse files
committed
fix a few pedant typos in the readme
1 parent e1f2e80 commit faa2a50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This Serverless Framework plugin supports the AWS service proxy integration feat
2121
- [Customizing request parameters](#customizing-request-parameters-1)
2222
- [Customizing request templates](#customizing-request-templates)
2323
- [Customize the Path Override in API Gateway](#customize-the-path-override-in-api-gateway)
24-
- [Can use greedy, for deeper Folders](#can-use-greedy--for-deeper-folders)
24+
- [Can use greedy, for deeper Folders](#can-use-greedy-for-deeper-folders)
2525
- [Customizing responses](#customizing-responses-1)
26-
- [Allow Bindary Types](#allow-binary-type)
26+
- [Allow Binary Types](#allow-binary-type)
2727
- [SNS](#sns)
2828
- [Customizing responses](#customizing-responses-2)
2929
- [DynamoDB](#dynamodb)
@@ -51,7 +51,7 @@ serverless plugin install -n serverless-apigateway-service-proxy
5151
## Supported AWS services
5252

5353
Here is a services list which this plugin supports for now. But will expand to other services in the feature.
54-
Please pull request if you are intersted in it.
54+
Please pull request if you are interested in it.
5555

5656
- Kinesis Streams
5757
- SQS
@@ -351,11 +351,11 @@ custom:
351351
```
352352

353353
This will result in API Gateway setting the Path Override attribute to `{bucket}/{folder}/{file}.xml`
354-
So for example if you navigate to the API Gatway endpoint `/language/en` it will fetch the file in S3 from `{bucket}/language/en.xml`
354+
So for example if you navigate to the API Gateway endpoint `/language/en` it will fetch the file in S3 from `{bucket}/language/en.xml`
355355

356356
##### Can use greedy, for deeper Folders
357357

358-
The forementioned example can also be shortened by a greedy approach. Thanks to @taylorreece for mentioning this.
358+
The aforementioned example can also be shortened by a greedy approach. Thanks to @taylorreece for mentioning this.
359359

360360
```yaml
361361
custom:

lib/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('#utils()', () => {
2222
})
2323

2424
describe('#getAllServiceProxies()', () => {
25-
it('should return this plugin configutration', () => {
25+
it('should return this plugin configuration', () => {
2626
serverless.service.custom = {
2727
apiGatewayServiceProxies: [
2828
{

0 commit comments

Comments
 (0)