Skip to content

Commit

Permalink
Merge pull request #186 from LannyBose/main
Browse files Browse the repository at this point in the history
Typo fix in lvn.setup.ex
  • Loading branch information
bcardarella authored Jul 27, 2024
2 parents 65fc882 + 3841614 commit c2661b4
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 c2661b4

Please sign in to comment.