Skip to content

Commit 5624d85

Browse files
committed
Fixed typo
1 parent c2e9cc1 commit 5624d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/032-typescript-only-features/workshop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### 118 - Enums
66

7-
We're declaring `LogLevel` as an object containing a bunch of numbers. These how much logging info we want.
7+
We're declaring `LogLevel` as an object containing a bunch of numbers. These show how much logging info we want.
88

99
Inside our function, we then compare the level to a globalLogLevel to see if we should log.
1010

0 commit comments

Comments
 (0)