From 8f23a475b88472b44fe7e98df23806e1880ecc2a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 12 Jul 2024 16:49:55 -0400 Subject: [PATCH] typo --- documentation/docs/03-runes/01-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/03-runes/01-state.md b/documentation/docs/03-runes/01-state.md index 241e6b71bf..88d166b3ec 100644 --- a/documentation/docs/03-runes/01-state.md +++ b/documentation/docs/03-runes/01-state.md @@ -66,7 +66,7 @@ Objects and arrays are made deeply reactive by wrapping them with [`Proxies`](ht ``` -> 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 ## `$state.frozen`