Skip to content

Commit 152aa10

Browse files
authored
Merge pull request #21 from neverendingqs/patch-2
readme - typo
2 parents f79d171 + 0d5dfc2 commit 152aa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports.handler = handler()
2626
// this will forward to next function in the chain
2727
await next();
2828
// you can do things, like logging, after the fact
29-
// you can also override the return value=
29+
// you can also override the return value
3030
})
3131
.with({
3232
log: pino() // this will be accessible as context.log

0 commit comments

Comments
 (0)