Skip to content

Commit e97ab49

Browse files
LironErEnase
authored andcommitted
fix typo
1 parent 771eaa9 commit e97ab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('plugin tests', function(this: any) {
3535
serverless = new Serverless();
3636
serverless.cli = new serverless.classes.CLI();
3737

38-
// Since serverless 2.24.0 processInput function doesn't exists
38+
// Since serverless 2.24.0 processInput function doesn't exist
3939
if (serverless.cli.processInput) {
4040
serverless.processedInput = serverless.cli.processInput();
4141
}

0 commit comments

Comments
 (0)