From 92193136b56dde3e47f97941ced112b0dc150d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 26 Sep 2022 14:06:15 +0200 Subject: [PATCH] escape @ --- source/docs/v3/integrations/livewire.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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