Skip to content

Commit

Permalink
Fix typo on alpine page (#7317)
Browse files Browse the repository at this point in the history
updated "the" to "them" so sentence makes sense
  • Loading branch information
octoxan authored Nov 29, 2023
1 parent 34b152c commit 2fd8b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Typically you would just use `wire:model.blur="title"` in this situation, howeve

#### Passing parameters

You can also pass parameters to Livewire methods by simply passing the to the `$wire` method call.
You can also pass parameters to Livewire methods by simply passing them to the `$wire` method call.

Consider a component with a `deletePost()` method like so:

Expand Down

0 comments on commit 2fd8b74

Please sign in to comment.