Skip to content

Commit bc06c4c

Browse files
committed
fix: wording jsdoc
1 parent 91816ae commit bc06c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/logger/src/middleware/middy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type middy from '@middy/core';
33
import { HandlerOptions, LogAttributes } from '../types';
44

55
/**
6-
* A middy middleware that adds the current Lambda invocation's context inside all log items.
6+
* A middy middleware that helps emitting CloudWatch EMF metrics in your logs.
77
*
88
* Using this middleware on your handler function will automatically add context information to logs, as well as optionally log the event and clear attributes set during the invocation.
99
*

0 commit comments

Comments
 (0)