Skip to content

Commit

Permalink
docs: fix typo (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiktb authored Feb 22, 2025
1 parent 343bcab commit 1124e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/guides/controlled-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ An **uncontrolled** component manages its own state internally, without requirin

## Common Mistakes & Fixes

### 1. Forgetting `@update:checked`
### 1. Forgetting `@update:modelValue`

```vue
<!-- ❌ Incorrect: -->
Expand Down

0 comments on commit 1124e43

Please sign in to comment.