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