From cea35ede1b8777c1eff376f77bdb9dabac7e9f6d Mon Sep 17 00:00:00 2001 From: Marshall Walker Date: Sat, 17 Apr 2021 17:21:02 -0700 Subject: [PATCH] Update conditional-fetching.en-US.md fixed spelling mistake --- pages/docs/conditional-fetching.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/conditional-fetching.en-US.md b/pages/docs/conditional-fetching.en-US.md index f245deaa..d48c518c 100644 --- a/pages/docs/conditional-fetching.en-US.md +++ b/pages/docs/conditional-fetching.en-US.md @@ -2,7 +2,7 @@ ## Conditional -Use `null` or pass a function as `key` to conditionally fetch data. If the function throws or returns a falsy value, SWR will not start the request. +Use `null` or pass a function as `key` to conditionally fetch data. If the function throws or returns a false value, SWR will not start the request. ```js // conditionally fetch