Skip to content

Commit aa23a41

Browse files
committed
Fix typo in CHANGELOG
1 parent 13a99e7 commit aa23a41

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
@@ -325,7 +325,7 @@ Require Elixir v1.10+.
325325
### Enhancements
326326

327327
* [Plug.Conn] Add `get_session/1` for retrieving the whole session
328-
* [Plug.CSRFProtection] Add `Plug.CSRFPRotection.load_state/2` and `Plug.CSRFPRotection.dump_state/0` to allow tokens to be generated in other processes
328+
* [Plug.CSRFProtection] Add `Plug.CSRFProtection.load_state/2` and `Plug.CSRFProtection.dump_state/0` to allow tokens to be generated in other processes
329329
* [Plug.Parsers] Allow unnamed parts in multipart parser via `:include_unnamed_parts_at`
330330
* [Plug.Router] Wrap router dispatch in a connection checkpoint to avoid losing information attached to the connection in error cases
331331
* [Plug.Telemetry] Add `Plug.Telemetry` to facilitate with telemetry integration

0 commit comments

Comments
 (0)