Skip to content

Commit a4cfc03

Browse files
authored
Fix typo (#1278)
1 parent 072236f commit a4cfc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plug/conn.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Plug.Conn do
4242
* `query_params` - the request query params, populated through `fetch_query_params/2`
4343
* `path_params` - the request path params, populated by routers such as `Plug.Router`
4444
* `params` - the request params, the result of merging `:body_params` on top of
45-
`:query_params` alongsaide any further changes (such as the ones done by `Plug.Router`)
45+
`:query_params` alongside any further changes (such as the ones done by `Plug.Router`)
4646
4747
## Session vs Assigns
4848

0 commit comments

Comments
 (0)