Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjakoblich committed Dec 15, 2023
1 parent bb4dadd commit 11f9836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Livewire::test(FeedbackForm::class)
```
It looks for a string like `wire:click="submit"` in your component's view file.

### Check is a Livewire magic action is wired to an HTML field
### Check if a Livewire magic action is wired to an HTML field
```php
Livewire::test(FeedbackForm::class)
->assertMethodWired('$toggle(\'sortAsc\')');
Expand Down

0 comments on commit 11f9836

Please sign in to comment.