Skip to content

Commit 18f8133

Browse files
committed
use M.f/a in LiveStream error
1 parent b7a2646 commit 18f8133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_live_view/live_stream.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ defmodule Phoenix.LiveView.LiveStream do
4444
raise ArgumentError, """
4545
expected stream :#{dom_prefix} to be a struct or map with :id key, got: #{inspect(other)}
4646
47-
If you would like to generate custom DOM id's based on other keys, use stream_configure/3 with the :dom_id option beforehand.
47+
If you would like to generate custom DOM id's based on other keys, use `Phoenix.LiveView.stream_configure/3` with the :dom_id option beforehand.
4848
"""
4949
end
5050

0 commit comments

Comments
 (0)