Skip to content

Commit ccfc377

Browse files
authored
Merge pull request #1511 from bryanfaria/bryanfaria-patch-1
Fix wrong assign being used in the installation guide
2 parents 7b3f293 + 5203ac6 commit ccfc377

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)