From 7cae732c38f9c8b2c5f991c2872acb4e9110cc26 Mon Sep 17 00:00:00 2001 From: seantai <105983513+seantai@users.noreply.github.com> Date: Sat, 29 Oct 2022 17:33:15 +0200 Subject: [PATCH] docs: correct spelling of in README (#1112) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd1699424..710870e42 100644 --- a/README.md +++ b/README.md @@ -2406,7 +2406,7 @@ Now refer to it with the `useMask` hook and the same id, your content will now b const stencil = useMask(1) return ( - + ```