Skip to content

Commit 8f23a47

Browse files
committed
typo
1 parent e8453e7 commit 8f23a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-runes/01-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Objects and arrays are made deeply reactive by wrapping them with [`Proxies`](ht
6666
<button onclick={() => (entries[1].text = 'baz')}>change second entry text</button>
6767
```
6868

69-
> Only POJOs (plain of JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone
69+
> Only POJOs (plain old JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone
7070
7171
## `$state.frozen`
7272

0 commit comments

Comments
 (0)