Skip to content

Commit

Permalink
Fix minor markdown issue in Plug.Conn docs (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMefford authored and josevalim committed Oct 23, 2018
1 parent 7b83496 commit 29865db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plug/conn.ex
Expand Up @@ -18,7 +18,7 @@ defmodule Plug.Conn do
* `method` - the request method as a binary, example: `"GET"`
* `path_info` - the path split into segments, example: `["hello", "world"]`
* `script_name` - the initial portion of the URL's path that corresponds to
the application routing, as segments, example: ["sub","app"]
the application routing, as segments, example: `["sub","app"]`
* `request_path` - the requested path, example: `/trailing/and//double//slashes/`
* `port` - the requested port as an integer, example: `80`
* `remote_ip` - the IP of the client, example: `{151, 236, 219, 228}`. This field
Expand Down

0 comments on commit 29865db

Please sign in to comment.