Skip to content

Commit a2533a8

Browse files
authored
fix typo in Layouts closing tag (#6278)
1 parent 359539f commit a2533a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/templates/phx_web/components/layouts.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ defmodule <%= @web_namespace %>.Layouts do
1818
1919
<Layouts.app flash={@flash}>
2020
<h1>Content</h1>
21-
</Layout.app>
22-
21+
</Layouts.app>
22+
2323
"""
2424
attr :flash, :map, required: true, doc: "the map of flash messages"
2525

0 commit comments

Comments
 (0)