diff --git a/website/content/guide/customization.md b/website/content/guide/customization.md index d41a8137..391dc63e 100644 --- a/website/content/guide/customization.md +++ b/website/content/guide/customization.md @@ -19,7 +19,7 @@ to `DEBUG`. `Echo#Logger.SetOutput(io.Writer)` can be used to set the output destination for the logger. Default value is `os.Stdout` -To completely disabl logs use `Echo#Logger.SetOutput(io.Discard)` or `Echo#Logger.SetLevel(log.OFF)` +To completely disable logs use `Echo#Logger.SetOutput(io.Discard)` or `Echo#Logger.SetLevel(log.OFF)` ### Log Level