Skip to content

Commit bcf1b58

Browse files
SteffenDEjosevalim
andcommitted
Update lib/phoenix_live_view.ex
Co-authored-by: José Valim <[email protected]>
1 parent 3bc14ce commit bcf1b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_live_view.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ defmodule Phoenix.LiveView do
218218
`Phoenix.LiveView.Router.live_session/2` or on `use Phoenix.LiveView`
219219
220220
* `:auto_connect` - if false, instructs the LiveView JavaScript client
221-
to not automatically connect to the server on dead render.
221+
to not automatically connect to the server on disconnected render.
222222
This is useful when you have a static page that does not require
223223
any connected functionality, but should render over the existing
224224
connection when navigating from an already connected LiveView.

0 commit comments

Comments
 (0)