Fix Typo in guide.md (#183)

* Fix Typo in guide.md

* reduce diff
This commit is contained in:
Jim Calabro 2024-04-25 22:25:06 -04:00 committed by GitHub
parent 4f7dd0f6e4
commit 7473a0be12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
### Code style
It is recommended to use the Rust style instead of the functional stule in the newly added reactive code.
It is recommended to use the Rust style instead of the functional style in the newly added reactive code.
```rust
RwSignal::new(12) // ✅