Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 0b2b999

Browse files
authored
Update README.md
1 parent 4648f07 commit 0b2b999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ You can override the `@bind` directive by passing a target directly to the eleme
181181

182182
#### Laravel Livewire
183183

184-
You can use the `@wire` and `@endwire` directives to use bind a form to a Livewire component. Let's take a look at the `ContactForm` example from the official Livewire documentation.
184+
You can use the `@wire` and `@endwire` directives to bind a form to a Livewire component. Let's take a look at the `ContactForm` example from the official Livewire documentation.
185185

186186
```php
187187
use Livewire\Component;

0 commit comments

Comments
 (0)