From 3a71e0766ae1c88751e178a2aa4537820627abe0 Mon Sep 17 00:00:00 2001 From: Rasmus Gustafsson Date: Sat, 27 Jul 2024 15:27:09 +0300 Subject: [PATCH] docs: remove tab from code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fdff72..ca9f5ec 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ const errorLog = notionError([ "fetching_posts_failed", "missing_params", "add_missing_param", - "provide_fallback", + "provide_fallback", "add_skip_missing_fields", ], { // 👇 these are inferred like magic!