From 4447340fb0b0d71e75825596257b3d53d0d27c44 Mon Sep 17 00:00:00 2001 From: Kazuyuki Hayashi Date: Fri, 8 Nov 2013 20:39:03 +0900 Subject: [PATCH] Adds note about `Text` class for developers interested in extensions. (fixed typo) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b792017..bf60bae 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ class YourExtension implements ExtensionInterface } ``` -Each extensions handle string as a `Text` object. See [API section of kzykhys/Text][textapi]. +Each extension handles string as a `Text` object. See [API section of kzykhys/Text][textapi]. ### Events