Skip to content

Commit 9eb77c7

Browse files
amiraezzifox
authored andcommitted
Update 6_creating-a-block.md
mentioned file mistake
1 parent 6970503 commit 9eb77c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2_guides/1_page-builder-with-blade/6_creating-a-block.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ return [
159159
```
160160

161161
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
162-
to update the content of the preview file (`resources/views/site/blocks/text.blade.php`) so that we actually display
162+
to update the content of the preview file (`resources/views/site/blocks/image.blade.php`) so that we actually display
163163
the image!
164164

165165
```blade

0 commit comments

Comments
 (0)