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.
1 parent 2615607 commit 6d59e3aCopy full SHA for 6d59e3a
readme.md
@@ -15,7 +15,7 @@ import { PrettyLog } from "effect-log";
15
16
import { exampleEffect } from "./example-logging-effect";
17
18
-// These are the defaults, you can ommit the argument
+// These are the defaults. You can omit the argument
19
// completely if you're okay with the defaults.
20
const logger = PrettyLog.layer({
21
showFiberId: true,
@@ -41,7 +41,7 @@ import { JsonLogger } from "effect-log";
41
42
43
44
45
46
const logger = JsonLogger.layer({
47
0 commit comments