Skip to content

Commit

Permalink
Fix typo in solid/h/README.md (#1533)
Browse files Browse the repository at this point in the history
assigment -> assignment
  • Loading branch information
eltociear committed Feb 7, 2023
1 parent 0dd76b2 commit cf0b55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/solid/h/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ h(Button, { onClick: () => console.log("Hi")})

4. All refs are callback form

We can't do the compiled assigment trick so only the callback form is supported.
We can't do the compiled assignment trick so only the callback form is supported.

```js
let myEl;
Expand All @@ -96,4 +96,4 @@ h("div#some-id.my-class")

```js
[h("span", "1"), h("span", "2")]
```
```

0 comments on commit cf0b55d

Please sign in to comment.