We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15cbf5 commit 96f221bCopy full SHA for 96f221b
1 file changed
lib/phoenix_live_view/router.ex
@@ -292,7 +292,7 @@ defmodule Phoenix.LiveView.Router do
292
raise ArgumentError, """
293
invalid live_session :layout
294
295
- expected a tuple with the view module and template string or atom name, got #{inspect(bad_layout)}
+ expected a tuple with the view module and template atom name, got #{inspect(bad_layout)}
296
"""
297
298
{:on_mount, on_mount}, acc ->
0 commit comments