docs: Fix typo

This commit is contained in:
Cheng Zhao 2015-11-18 17:56:50 +08:00
parent 9e67dc385b
commit bcdd0952f8

View file

@ -103,7 +103,7 @@ Registers a protocol of `scheme` that will send a `String` as a response. The
Registers a protocol of `scheme` that will send an HTTP request as a response.
The `callback` should be called with an object that has the `url`, `method`,
`referer`, and `session` properties.
`referrer`, and `session` properties.
By default the HTTP request will reuse the current session. If you want the
request to have a different session you should set `session` to `null`.