diff --git a/docs/icons.md b/docs/icons.md index be89acc..3be2a3c 100644 --- a/docs/icons.md +++ b/docs/icons.md @@ -34,7 +34,7 @@ toast.error("Without icon", { }); ``` -- Disable the icon gloabally +- Disable the icon globally ```tsx ``` @@ -60,4 +60,4 @@ toast.success("Even a function, given you return something that can be rendered" ``` :::info If you provide a component, the current `theme` and `type` are passed as props -::: \ No newline at end of file +:::