Skip to content

Commit e71664d

Browse files
authored
Merge pull request #56 from TomKeyte/master
Fix documentation typo: 'sill' to 'silly'
2 parents e59f975 + 5c76a0b commit e71664d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tsdoc/globals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h3>TLog<wbr>Level<wbr>Name</h3>
166166
</aside>
167167
<div class="tsd-comment tsd-typography">
168168
<div class="lead">
169-
<p>Log level names (sill - fatal)</p>
169+
<p>Log level names (silly - fatal)</p>
170170
</div>
171171
</div>
172172
</section>

src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface ILogLevel {
2222
export type TLogLevelId = keyof ILogLevel;
2323

2424
/**
25-
* Log level names (sill - fatal)
25+
* Log level names (silly - fatal)
2626
* @public
2727
*/
2828
export type TLogLevelName = ILogLevel[TLogLevelId];

0 commit comments

Comments
 (0)