diff --git a/docs/public/content/examples/04-authentication.md b/docs/public/content/examples/04-authentication.md index 5320623..92e235d 100644 --- a/docs/public/content/examples/04-authentication.md +++ b/docs/public/content/examples/04-authentication.md @@ -230,8 +230,9 @@ update msg model = ```elm -- Make view show a sign out button +-- We must return the concrete type `Msg` because we use ClickedSignIn -view : Model -> Html msg +view : Model -> View Msg view model = { title = "Sign In" , body =