We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6ad06 commit f2fdba5Copy full SHA for f2fdba5
lib/phoenix_live_reload/live_reloader.ex
@@ -72,7 +72,7 @@ defmodule Phoenix.LiveReloader do
72
73
* `:web_console_logger` - If true, the live reloader will log messages
74
to the web console in your browser. Defaults to false.
75
- *Note*: Requires Elixir v1.15+ and your appplication javascript bundle will need
+ *Note*: Requires Elixir v1.15+ and your application javascript bundle will need
76
to enable logs. See the README for more information.
77
78
In an umbrella app, if you want to enable live reloading based on code
0 commit comments