Skip to content

Commit

Permalink
Fix prewarming CLI message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Noorts committed Oct 27, 2021
1 parent 8e7e580 commit b9ec573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class WarmUp {
return;
}

this.serverless.cli.log(`WarmUp: Prewarming up you functions using warmer "${warmerName}".`);
this.serverless.cli.log(`WarmUp: Prewarming up your functions using warmer "${warmerName}".`);

try {
const { SERVERLESS_ALIAS } = this.serverless.service.getFunction(`warmUpPlugin${capitalize(warmerName)}`).environment || {};
Expand Down

0 comments on commit b9ec573

Please sign in to comment.