Skip to content

Commit 24b918d

Browse files
authored
Update deployment.blade.php
Change from "event lister" to "event listener" (spelling mistake)
1 parent 0722cb8 commit 24b918d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
@endverbatim
4444
@endcomponent
4545

46-
Or wrap it in an event lister that waits for Livewire to load
46+
Or wrap it in an event listener that waits for Livewire to load
4747

4848
@component('components.code', ['lang' => 'blade'])
4949
<script>
5050
document.addEventListener('livewire:load', () => {
5151
Livewire.onPageExpired((response, message) => {})
5252
})
5353
</script>
54-
@endcomponent
54+
@endcomponent

0 commit comments

Comments
 (0)