Skip to content

Commit 56f41e6

Browse files
authored
doc fix Change layout rendering to use inner_block
Fix inconsistent documentation. Updated the layout rendering to use inner_block instead of inner_content.
1 parent f0c2afe commit 56f41e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/get_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To get you started quickly, we provide a layout component you can copy & paste i
160160
<!-- Sidebar Content -->
161161
</:sidebar>
162162
<Backpex.HTML.Layout.flash_messages flash={@flash} />
163-
{render_slot(@inner_content)}
163+
{render_slot(@inner_block)}
164164
</Backpex.HTML.Layout.app_shell>
165165
```
166166

0 commit comments

Comments
 (0)