diff --git a/source/docs/v3/integrations/livewire.blade.md b/source/docs/v3/integrations/livewire.blade.md index 873de89..8914992 100644 --- a/source/docs/v3/integrations/livewire.blade.md +++ b/source/docs/v3/integrations/livewire.blade.md @@ -67,10 +67,10 @@ Route::group([ }); ``` -Finally, open the blade file where the `@livewireScripts` directive is, and add: +Finally, open the blade file where the `@@livewireScripts` directive is, and add: ```html -@livewireScripts +@@livewireScripts