Skip to content

Commit 61455ed

Browse files
authored
chore: typo
1 parent b2ac664 commit 61455ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/middleware-http-debug-log/src/getMiddlewareTimerPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
* This plugin logs or records the timings of the middleware named in options.middlewareNames.
1313
*
1414
* @param options.middlewareNames - names of the middleware to measure.
15-
* @param options.storage - a container for the data. If non is provided, metrics will be logged to console.
15+
* @param options.storage - a container for the data. If none is provided, metrics will be logged to console.
1616
*
1717
* @beta
1818
*/

0 commit comments

Comments
 (0)