Merge pull request #603 from makoven/patch-1

Fix typo in 03_components.md
This commit is contained in:
Greg Johnston 2023-03-01 16:29:46 -05:00 committed by GitHub
commit 700a110350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ let double_count = move || count() * 2;
view! {
<progress
max="50"
value=progress
value=count
/>
<progress
max="50"