Skip to content

Commit b15d65c

Browse files
committedApr 22, 2023
fix: typo
1 parent 5b5827a commit b15d65c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

Diff for: ‎.changeset/clever-knives-divide.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'standard-log': patch
3+
---
4+
5+
Fix JSDoc typo

Diff for: ‎packages/log/ts/standard_log.testing.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { LogMethodNames, StandardLogOptions } from './types.js'
66

77
export type StandardLogForTestOptions<N extends string = LogMethodNames> = StandardLogOptions<N> & {
88
/**
9-
* Send the logs to console to easy debugging.
9+
* Send the logs to console for easy debugging.
1010
*
1111
* @default false
1212
*/

0 commit comments

Comments
 (0)
Please sign in to comment.