Skip to content

Commit 5e8c104

Browse files
authored
Merge pull request #170 from cloud8421/patch-1
Fix default target window mention in CHANGELOG
2 parents f129710 + 2c864c8 commit 5e8c104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)