Skip to content

Commit 2c864c8

Browse files
authored
Fix default target window mention in CHANGELOG
1 parent f129710 commit 2c864c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Enhancements
66
* Add support for `__RELATIVEFILE__` when invoking editors
7-
* Change the default target window to `:top` to not reload the whole page if a Phoenix app is shown inside an iframe. You can get the old behavior back by setting the `:target_window` option to `:top`:
7+
* Change the default target window to `:parent` to not reload the whole page if a Phoenix app is shown inside an iframe. You can get the old behavior back by setting the `:target_window` option to `:top`:
88
```elixir
99
config :phoenix_live_reload, MyAppWeb.Endpoint,
1010
target_window: :top,

0 commit comments

Comments
 (0)