Skip to content

Commit

Permalink
Fix styelsheet typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LannyBose authored Jul 17, 2024
1 parent 65fc882 commit 3841614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/lvn.setup.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule Mix.Tasks.Lvn.Setup do

if stylesheet_opt? && !stylesheet_app? do
Mix.shell().info("""
`live_view_native_styelsheet` is not included as a dependency. Please add it and re-run
`live_view_native_stylesheet` is not included as a dependency. Please add it and re-run
this setup task. If you do not wish to use `live_view_native_stylesheet` run this task as
`mix lvn.setup --no-stylesheet`
""")
Expand Down

0 comments on commit 3841614

Please sign in to comment.