Skip to content

Commit 6d59e3a

Browse files
committed
docs: fix typo
1 parent 2615607 commit 6d59e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { PrettyLog } from "effect-log";
1515

1616
import { exampleEffect } from "./example-logging-effect";
1717

18-
// These are the defaults, you can ommit the argument
18+
// These are the defaults. You can omit the argument
1919
// completely if you're okay with the defaults.
2020
const logger = PrettyLog.layer({
2121
showFiberId: true,
@@ -41,7 +41,7 @@ import { JsonLogger } from "effect-log";
4141

4242
import { exampleEffect } from "./example-logging-effect";
4343

44-
// These are the defaults, you can ommit the argument
44+
// These are the defaults. You can omit the argument
4545
// completely if you're okay with the defaults.
4646
const logger = JsonLogger.layer({
4747
showFiberId: true,

0 commit comments

Comments
 (0)