From 5cfe20ba69cb7d50d6f57fbacb59a5f4d2c59f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Kapu=C5=9Bciak?= <39658211+kacperkapusciak@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:47:48 +0100 Subject: [PATCH] Update packages/docs-reanimated/docs/guides/worklets.mdx Co-authored-by: Tomek Zawadzki --- packages/docs-reanimated/docs/guides/worklets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs-reanimated/docs/guides/worklets.mdx b/packages/docs-reanimated/docs/guides/worklets.mdx index df243e4c818f..da59edbe3beb 100644 --- a/packages/docs-reanimated/docs/guides/worklets.mdx +++ b/packages/docs-reanimated/docs/guides/worklets.mdx @@ -159,4 +159,4 @@ Worklets can run in other runtimes than the one provided by Reanimated. For exam You can create your own worklet runtimes with [`createWorkletRuntime`](/docs/threading/createWorkletRuntime) function. -There's no UI thread available on the Web platform. Because of that, when Reanimated runs in the browser, worklets are resolved to plain JavaScript functions and the `'worklet';` directive has no effect. +There's no separate UI thread available on the Web platform. Because of that, when Reanimated runs in the browser, worklets are resolved to plain JavaScript functions and the `'worklet';` directive has no effect.