From 38416142c3d9466ccbe2e27cfe2dc0c2a1974b0f Mon Sep 17 00:00:00 2001 From: Lanny Bose Date: Wed, 17 Jul 2024 12:16:33 -0500 Subject: [PATCH] Fix styelsheet typo --- lib/mix/tasks/lvn.setup.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/tasks/lvn.setup.ex b/lib/mix/tasks/lvn.setup.ex index d455353..906ad75 100644 --- a/lib/mix/tasks/lvn.setup.ex +++ b/lib/mix/tasks/lvn.setup.ex @@ -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` """)