From ba2a8b67feb6237342af413398e9f13bc76b43cc Mon Sep 17 00:00:00 2001 From: streamich Date: Sun, 7 Apr 2019 21:29:02 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20typos=20in=20useSt?= =?UTF-8?q?artTyping=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/useStartTyping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/useStartTyping.md b/docs/useStartTyping.md index 213810c2..6a686058 100644 --- a/docs/useStartTyping.md +++ b/docs/useStartTyping.md @@ -1,6 +1,6 @@ # `useStartTyping` -React sensor hook that fires a callback when user start typing. Can be use +React sensor hook that fires a callback when user starts typing. Can be used to focus default input field on the page. ## Usage