Skip to content

Commit

Permalink
Fix doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Sep 3, 2021
1 parent 4b9bd2a commit 1b29c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_live_view/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ defmodule Phoenix.LiveView.Router do
override any existing root layout set in the router.
* `:on_mount` - The optional list of hooks to attach to the mount lifecycle _of
each LiveView in the session_. See `Phoenix.LiveView.on_mount/3`. Passing a
each LiveView in the session_. See `Phoenix.LiveView.on_mount/1`. Passing a
single value is also accepted.
## Examples
Expand Down

0 comments on commit 1b29c9b

Please sign in to comment.