Skip to content

Commit

Permalink
Update layout.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-haskell committed Dec 21, 2023
1 parent 2cbe117 commit 9773cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type Msg
update : Msg -> Model -> ( Model, Effect Msg )
update msg model =
case msg of
OnUrlChanged { from, to } ->
UrlChanged { from, to } ->
( model, Effect.none )
...
Expand Down

0 comments on commit 9773cc7

Please sign in to comment.