File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ class ServerlessApigatewayServiceProxy {
146
146
let serviceProxyMessages = ''
147
147
148
148
const endpointInfo = this . gatheredData . info . endpoints
149
- message += `${ chalk . yellow . underline ( 'Serverless APIGateway Service Proxy OutPuts ' ) } \n`
149
+ message += `${ chalk . yellow . underline ( 'Serverless APIGateway Service Proxy Outputs ' ) } \n`
150
150
message += `${ chalk . yellow ( 'endpoints:' ) } `
151
151
152
152
proxies . forEach ( ( serviceProxy ) => {
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ describe('#index()', () => {
375
375
}
376
376
377
377
const expectedMessage = `${ chalk . yellow . underline (
378
- 'Serverless APIGateway Service Proxy OutPuts '
378
+ 'Serverless APIGateway Service Proxy Outputs '
379
379
) }
380
380
${ chalk . yellow ( 'endpoints:' ) }
381
381
POST - https://xxxxxx.execute-api.us-east-1.amazonaws.com/dev/kinesis
You can’t perform that action at this time.
0 commit comments