From 7473a0be12b24a5c24268bddf865f53f6a7aa2b3 Mon Sep 17 00:00:00 2001 From: Jim Calabro Date: Thu, 25 Apr 2024 22:25:06 -0400 Subject: [PATCH] Fix Typo in guide.md (#183) * Fix Typo in guide.md * reduce diff --- demo_markdown/docs/_guide/development/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_markdown/docs/_guide/development/guide.md b/demo_markdown/docs/_guide/development/guide.md index 7eb66e7..34c091f 100644 --- a/demo_markdown/docs/_guide/development/guide.md +++ b/demo_markdown/docs/_guide/development/guide.md @@ -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) // ✅