Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Aug 15, 2024
1 parent 7adef96 commit 1e27bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/phx.gen.live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web

@impl true
def mount(_params, _session, socket) do
{:ok
{:ok,
socket
|> assign(:page_title, "Listing <%= schema.human_plural %>")
|> stream(:<%= schema.collection %>, <%= inspect context.alias %>.list_<%= schema.plural %>())}
Expand Down

0 comments on commit 1e27bf0

Please sign in to comment.