Skip to content

Commit 8bcb624

Browse files
committed
fix interpolation in router docs
1 parent 84de8b2 commit 8bcb624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_live_view/router.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Phoenix.LiveView.Router do
55

66
@cookie_key "__phoenix_flash__"
77

8-
@doc """
8+
@doc ~S"""
99
Defines a LiveView route.
1010
1111
A LiveView can be routed to by using the `live` macro with a path and

0 commit comments

Comments
 (0)