We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc14ce commit bcf1b58Copy full SHA for bcf1b58
lib/phoenix_live_view.ex
@@ -218,7 +218,7 @@ defmodule Phoenix.LiveView do
218
`Phoenix.LiveView.Router.live_session/2` or on `use Phoenix.LiveView`
219
220
* `:auto_connect` - if false, instructs the LiveView JavaScript client
221
- to not automatically connect to the server on dead render.
+ to not automatically connect to the server on disconnected render.
222
This is useful when you have a static page that does not require
223
any connected functionality, but should render over the existing
224
connection when navigating from an already connected LiveView.
0 commit comments