Skip to content

Commit

Permalink
Merge pull request livewire#373 from DanielCoulbourne/js-hooks-typo
Browse files Browse the repository at this point in the history
Add a missing word to Javascript Hooks docs.
  • Loading branch information
calebporzio authored Sep 2, 2021
2 parents 054ba68 + 7cea50a commit 3d16795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

### JavaScript Hooks {#js-hooks}

These are "hooks" you can listen for in JavaScript. These allow you to hook into very specific parts of a Livewire component's JavaScript lifecycle for third-party packages or deep customizations. The abilities unlocked here are immense. A significant of Livewire's core uses these hooks to provide functionality.
These are "hooks" you can listen for in JavaScript. These allow you to hook into very specific parts of a Livewire component's JavaScript lifecycle for third-party packages or deep customizations. The abilities unlocked here are immense. A significant portion of Livewire's core uses these hooks to provide functionality.

@component('components.code', ['lang' => 'javascript'])
Livewire.hook('component.initialized', component => {
Expand Down

0 comments on commit 3d16795

Please sign in to comment.