From 103bb106392438ac55d1918b99a30de54abdf235 Mon Sep 17 00:00:00 2001 From: sagar Date: Thu, 9 Jan 2020 22:01:21 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20typo=20handle=20=3D>=20ha?= =?UTF-8?q?ndles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snippets/UseAsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/UseAsync.md b/snippets/UseAsync.md index 4c43ace15..9a6b2a7d3 100644 --- a/snippets/UseAsync.md +++ b/snippets/UseAsync.md @@ -3,7 +3,7 @@ title: useAsync tags: hooks,state,effect,intermediate --- -A hook that handle asynchronous calls. +A hook that handles asynchronous calls. - Create a custom hook that takes a handler `function` and `options`. - Use the `React.useState()` hook to initialize the `value`, `error` and `loading` state variables.