From 9eb77c769c5a829932bcede585a070263f08ff36 Mon Sep 17 00:00:00 2001 From: amiraezz Date: Wed, 3 Jul 2024 11:37:44 +0200 Subject: [PATCH] Update 6_creating-a-block.md mentioned file mistake --- .../2_guides/1_page-builder-with-blade/6_creating-a-block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2_guides/1_page-builder-with-blade/6_creating-a-block.md b/docs/content/2_guides/1_page-builder-with-blade/6_creating-a-block.md index 51d62f48b..4a08a8fd3 100644 --- a/docs/content/2_guides/1_page-builder-with-blade/6_creating-a-block.md +++ b/docs/content/2_guides/1_page-builder-with-blade/6_creating-a-block.md @@ -159,7 +159,7 @@ return [ ``` Now with this in place, you can go back to the block editor and add your first image block! But just as before, we have -to update the content of the preview file (`resources/views/site/blocks/text.blade.php`) so that we actually display +to update the content of the preview file (`resources/views/site/blocks/image.blade.php`) so that we actually display the image! ```blade