Skip to content

Commit

Permalink
fix typo (#4044)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKukumberg authored Feb 23, 2024
1 parent 891d685 commit 9f96f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/en/directives/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here's a simple example of using `x-model` to bind the value of a text field to
<div x-data="{ message: '' }">
<input type="text" x-model="message">
<span x-text="message">
<span x-text="message"></span>
</div>
```

Expand Down

0 comments on commit 9f96f86

Please sign in to comment.