Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/fundamentals/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function onPress() {

## to workletize

To convert a JavaScript function into a serializable object which can be copied and ran over on [UI thread](/docs/fundamentals/glossary#ui-thread).
To convert a JavaScript function into a serializable object which can be copied and run over on [UI thread](/docs/fundamentals/glossary#ui-thread).

Functions marked with `"worklet";` directive are automatically picked up and workletized by the Reanimated Babel plugin.

Expand Down