Skip to content

Commit

Permalink
fix typo (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
  • Loading branch information
d-tsuji and bmoffatt committed Jul 13, 2021
1 parent 159d1c6 commit cd5ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/entry.go
Expand Up @@ -57,7 +57,7 @@ func StartHandler(handler Handler) {

type startFunction struct {
env string
f func(ctx context.Context, envValue string, hander Handler) error
f func(ctx context.Context, envValue string, handler Handler) error
}

var (
Expand Down

0 comments on commit cd5ccc1

Please sign in to comment.