Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 10, 2024
1 parent 792916b commit 757a449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/lips/sxml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 757a449

Please sign in to comment.