From 9f9f772ff50ccd32b403775178caa54ae0d9e4f8 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 24 Mar 2015 17:18:51 -0600 Subject: [PATCH] :art: Add "-ize" suffix --- docs/api/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/protocol.md b/docs/api/protocol.md index 0a80397ed680..7464e1bbbea7 100644 --- a/docs/api/protocol.md +++ b/docs/api/protocol.md @@ -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: