Skip to content

Commit 320eb72

Browse files
committed
fix typo in aws lambda comment
1 parent 4ed3ed2 commit 320eb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serverless/src/awslambda.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export function wrapHandler<TEvent, TResult>(
250250
};
251251
let timeoutWarningTimer: NodeJS.Timeout;
252252

253-
// AWSLambda is like Express. It makes a distinction about handlers based on it's last argument
253+
// AWSLambda is like Express. It makes a distinction about handlers based on its last argument
254254
// async (event) => async handler
255255
// async (event, context) => async handler
256256
// (event, context, callback) => sync handler

0 commit comments

Comments
 (0)