Skip to content

Commit 4580d47

Browse files
Fix typos in CHANGELOG (#6005)
--------- Co-authored-by: Chris McCord <[email protected]>
1 parent 5e62a39 commit 4580d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ future styling).
7474

7575
### Enhancements
7676
* [phx.gen.auth] Add enhanced session fixation protection.
77-
For applications whichs previously used `phx.gen.auth`, the following line can be added to the `renew_session` function in the auth module:
77+
For applications which previously used `phx.gen.auth`, the following line can be added to the `renew_session` function in the auth module:
7878

7979
```diff
8080
defp renew_session(conn) do
@@ -231,7 +231,7 @@ future styling).
231231
* [Router] Add `Phoenix.VerifiedRoutes` for `~p`-based route generation with compile-time verification.
232232
* [Router] Support `helpers: false` to `use Phoenix.Router` to disable helper generation
233233
* [Router] Add `--info [url]` switch to `phx.routes` to get route information about a url/path
234-
* [Flash] Add `Phoenix.Flash` for unfied flash access
234+
* [Flash] Add `Phoenix.Flash` for unified flash access
235235

236236
### JavaScript Client Bug Fixes
237237
* Fix heartbeat being sent after disconnect and causing abnormal disconnects

0 commit comments

Comments
 (0)