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 {
146146 let serviceProxyMessages = ''
147147
148148 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`
150150 message += `${ chalk . yellow ( 'endpoints:' ) } `
151151
152152 proxies . forEach ( ( serviceProxy ) => {
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ describe('#index()', () => {
375375 }
376376
377377 const expectedMessage = `${ chalk . yellow . underline (
378- 'Serverless APIGateway Service Proxy OutPuts '
378+ 'Serverless APIGateway Service Proxy Outputs '
379379 ) }
380380${ chalk . yellow ( 'endpoints:' ) }
381381 POST - https://xxxxxx.execute-api.us-east-1.amazonaws.com/dev/kinesis
You can’t perform that action at this time.
0 commit comments