diff --git a/docs/docs/lips/sxml.md b/docs/docs/lips/sxml.md index 07a7ebe7..b05fc92f 100644 --- a/docs/docs/lips/sxml.md +++ b/docs/docs/lips/sxml.md @@ -71,7 +71,7 @@ Remember to use `list->array` (or `list->vector`) if you process lists. ## Using SXML with React and Preact To use SXML with React you need to specify the main function that is used to create tags in JSX. -In Preact is `preact.h` and in React it's `React.createElement`. Here is a required setup for the +In Preact is `preact.h` and in React it's `React.createElement`. Here is a required setup for them: ```scheme (define createElement React.createElement)