From b799b51674410886f7a3e1c105279dd60dbfe1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Jan=C3=9Fen?= Date: Fri, 16 Dec 2022 19:06:02 +0100 Subject: [PATCH] Fix spelling mistake in packages/core README (#1070) --- packages/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/README.md b/packages/core/README.md index 965465e7c..0f8bfbf6c 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -347,7 +347,7 @@ export const BoxComponent = TLShapeUtil.Component( ) ``` -Your component can return HTML elements or SVG elements. If your shape is returning only SVG elements, wrap it in an `SVGContainer`. If your shape returns HTML elements, wrap it in an `HTMLContainer`. Not that you must set `pointerEvents` manually on the shapes you wish to receive pointer events. +Your component can return HTML elements or SVG elements. If your shape is returning only SVG elements, wrap it in an `SVGContainer`. If your shape returns HTML elements, wrap it in an `HTMLContainer`. Note that you must set `pointerEvents` manually on the shapes you wish to receive pointer events. The component will receive the following props: