Skip to content

Commit

Permalink
remove view from doc (#5742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Mar 10, 2024
1 parent 560d2ae commit 83424cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/phx_single/lib/app_name_web.ex
Expand Up @@ -105,7 +105,7 @@ defmodule <%= @web_namespace %> do
end

@doc """
When used, dispatch to the appropriate controller/view/etc.
When used, dispatch to the appropriate controller/live_view/etc.
"""
defmacro __using__(which) when is_atom(which) do
apply(__MODULE__, which, [])
Expand Down

0 comments on commit 83424cb

Please sign in to comment.