We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e59f975 + 5c76a0b commit e71664dCopy full SHA for e71664d
docs/tsdoc/globals.html
@@ -166,7 +166,7 @@ <h3>TLog<wbr>Level<wbr>Name</h3>
166
</aside>
167
<div class="tsd-comment tsd-typography">
168
<div class="lead">
169
- <p>Log level names (sill - fatal)</p>
+ <p>Log level names (silly - fatal)</p>
170
</div>
171
172
</section>
src/interfaces.ts
@@ -22,7 +22,7 @@ export interface ILogLevel {
22
export type TLogLevelId = keyof ILogLevel;
23
24
/**
25
- * Log level names (sill - fatal)
+ * Log level names (silly - fatal)
26
* @public
27
*/
28
export type TLogLevelName = ILogLevel[TLogLevelId];
0 commit comments