Skip to content

Commit

Permalink
Specify default
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 29, 2021
1 parent 5928a90 commit 2f6e908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_live_reload/live_reloader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Phoenix.LiveReloader do
This option is required to enable any live reloading.
* `:debounce` - an integer in milliseconds to wait before sending
live reload events to the browser.
live reload events to the browser. Defaults to `0`.
* `:iframe_attrs` - attrs to be given to the iframe injected by
live reload. Expects a keyword list of atom keys and string values.
Expand Down

0 comments on commit 2f6e908

Please sign in to comment.