Skip to content

Commit cb7cc6b

Browse files
tomerdglbrntt
andauthored
Update Sources/SwiftAwsLambda/LambdaRunner.swift
Co-Authored-By: George Barnett <gbrntt@gmail.com>
1 parent 316328e commit cb7cc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftAwsLambda/LambdaRunner.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ internal struct LambdaRunner {
3838

3939
let future: EventLoopFuture<LambdaHandler>
4040
do {
41-
// 1. craete the handler from the provider
41+
// 1. create the handler from the provider
4242
let handler = try provider(self.eventLoop)
4343
// 2. bootstrap if needed
4444
if let handler = handler as? BootstrappedLambdaHandler {

0 commit comments

Comments
 (0)