From 0afb229a7bbd32db36d9d863908703a45fae1d53 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Mon, 9 Dec 2019 08:43:09 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b009a..26406b8 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ NSDate *date = [formatter dateFromString:@"Sat Apr 14 00:20:07 +0000 2012"]; [user setCreatedAt: date]; ``` -Boring job, don't you think? So, if you use **KeyValueObjectMapping** you just need to give the dictionary and the class that you want to create, and everthing else will be made automatically. +Boring job, don't you think? So, if you use **KeyValueObjectMapping** you just need to give the dictionary and the class that you want to create, and everything else will be made automatically. ```objective-c DCKeyValueObjectMapping *parser = [DCKeyValueObjectMapping mapperForClass: [Tweet class]];