Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 91c0d32

Browse files
author
valflrt
committed
DAMN.
1 parent 1809df7 commit 91c0d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import util from "util";
33

44
export interface LogMethodsOptions {
55
/**
6-
* Wether to log or no.
6+
* Whether to log or no.
77
*/
88
log?: boolean;
99
/**
10-
* Wether to show status labels or no.
10+
* Whether to show status labels or no.
1111
*/
1212
showLabels?: boolean;
1313
}

0 commit comments

Comments
 (0)