From cdc00b02d6275ea54b92735eed9ce052a6e57a07 Mon Sep 17 00:00:00 2001 From: Maxence Lequeux Date: Mon, 4 Mar 2024 13:27:56 +0100 Subject: [PATCH] Fix typo in icons.md --- docs/icons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +:::