🎨 Add "-ize" suffix

This commit is contained in:
Nathan Sobo 2015-03-24 17:18:51 -06:00
parent c4b240170d
commit 9f9f772ff5

View file

@ -1,7 +1,7 @@
# protocol
The `protocol` module can register a new protocol or intercept an existing
protocol, so you can custom the response to the requests for various protocols.
protocol, so you can customize the response to the requests for various protocols.
An example of implementing a protocol that has the same effect with the
`file://` protocol: