From caddf505bc998017f306c937a0e21154bb3299cf Mon Sep 17 00:00:00 2001 From: seantai Date: Wed, 26 Oct 2022 11:14:34 +0200 Subject: [PATCH] docs: correct spelling of in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbcfd47b..e5c94d927 100644 --- a/README.md +++ b/README.md @@ -2398,7 +2398,7 @@ Now refer to it with the `useMask` hook and the same id, your content will now b const stencil = useMask(1) return ( - + ```