Skip to content

Commit c0d2dae

Browse files
committed
Remove accidental camel case in message
<pedantry>Change `OutPuts` to `Outputs`</pedantry> 😳
1 parent baf6764 commit c0d2dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ class ServerlessStepFunctions {
200200

201201
if (this.v3Api) {
202202
const slsRed = chalk.hex('#fd5750');
203-
message += `\n${slsRed('✔')} Serverless StepFunctions OutPuts\n`;
203+
message += `\n${slsRed('✔')} Serverless StepFunctions Outputs\n`;
204204
message += `${chalk.grey('endpoints:')}`;
205205
} else {
206-
message += `${chalk.yellow.underline('Serverless StepFunctions OutPuts')}\n`;
206+
message += `${chalk.yellow.underline('Serverless StepFunctions Outputs')}\n`;
207207
message += `${chalk.yellow('endpoints:')}`;
208208
}
209209

0 commit comments

Comments
 (0)