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

Commit

Permalink
Merge pull request #11 from panda-madness/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
calebporzio authored Jan 4, 2021
2 parents 793e3de + 27f90a2 commit d10616c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (typeof window.livewire === 'undefined') {
if (typeof window.Livewire === 'undefined') {
throw 'Livewire Turbolinks Plugin: window.Livewire is undefined. Make sure @livewireScripts is placed above this script include'
}

Expand Down

0 comments on commit d10616c

Please sign in to comment.