Skip to content

Commit f2fdba5

Browse files
authored
Fix typo again, appplication -> application (#163)
Found via `typos --format brief`
1 parent 5c6ad06 commit f2fdba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_live_reload/live_reloader.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ defmodule Phoenix.LiveReloader do
7272
7373
* `:web_console_logger` - If true, the live reloader will log messages
7474
to the web console in your browser. Defaults to false.
75-
*Note*: Requires Elixir v1.15+ and your appplication javascript bundle will need
75+
*Note*: Requires Elixir v1.15+ and your application javascript bundle will need
7676
to enable logs. See the README for more information.
7777
7878
In an umbrella app, if you want to enable live reloading based on code

0 commit comments

Comments
 (0)