From da85cbbac85f7b0040812ab3ab4c62ee1eae467d Mon Sep 17 00:00:00 2001 From: Alo <70312917+Aloroid@users.noreply.github.com> Date: Sat, 7 Oct 2023 00:16:01 +0200 Subject: [PATCH] Fix docs typo minor spelling mistake --- docs/api/creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/creation.md b/docs/api/creation.md index b4576b8..8e67478 100644 --- a/docs/api/creation.md +++ b/docs/api/creation.md @@ -69,7 +69,7 @@ Creates a new UI element, applying any given properties. - **index is number:** - **value is action:** run action - **value is table:** recurse table - - **value is functon:** create effect to update children + - **value is function:** create effect to update children - **value is instance:** set instance as child - **Example**