File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments