From d7693db3bdb8666c2f4dd483e2e1bebf4e4302f1 Mon Sep 17 00:00:00 2001 From: Ayaka Nonaka Date: Sat, 21 Jun 2014 10:32:41 -0700 Subject: [PATCH] Fix typo in README ('shoud' => 'should'). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 967d6ed..2ce0a40 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This protocol allows you to provide info about what you want to present in the t Implement... * ```tokenField:titleForTokenAtIndex:``` to specify what the title for the token at a particular index should be. * ```numberOfTokensInTokenField:``` to specify how many tokens you have. -* ```tokenFieldCollapsedText:``` to specify what you want the token field shoud say in the collapsed state. +* ```tokenFieldCollapsedText:``` to specify what you want the token field should say in the collapsed state. Sample Project --------------