We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8453e7 commit 8f23a47Copy full SHA for 8f23a47
documentation/docs/03-runes/01-state.md
@@ -66,7 +66,7 @@ Objects and arrays are made deeply reactive by wrapping them with [`Proxies`](ht
66
<button onclick={() => (entries[1].text = 'baz')}>change second entry text</button>
67
```
68
69
-> Only POJOs (plain of JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone
+> Only POJOs (plain old JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone
70
71
## `$state.frozen`
72
0 commit comments