From 22477a9e1404330326685ac0d5c69a68117300cd Mon Sep 17 00:00:00 2001 From: Kyle Sherman Date: Tue, 30 Oct 2018 12:32:06 -0700 Subject: [PATCH] Fix spelling error in README (#11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be9505..9c8b457 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ if let cached = cache.get(id: user.id) as User? { ### Listeners -One of the strengths of `FlatCache` is adding "listeners" to the cache to be notified when an object is changed. This powerful tool let's multiple systems respond to object changes. +One of the strengths of `FlatCache` is adding "listeners" to the cache to be notified when an object is changed. This powerful tool lets multiple systems respond to object changes. ```swift let cache = FlatCache()