From aacb369c10efd19342fda1fb5a54f204c4960ddd Mon Sep 17 00:00:00 2001 From: Kj Drougge Date: Tue, 16 May 2017 07:34:00 -0700 Subject: [PATCH] fix minor spelling error Summary: Minor spelling error - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/742 Differential Revision: D5069293 Pulled By: jessesquires fbshipit-source-id: d146c934cbd6eb37400d99ee16bea7e6fa86acee --- Guides/Migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/Migration.md b/Guides/Migration.md index bd9475fc..0309b46d 100644 --- a/Guides/Migration.md +++ b/Guides/Migration.md @@ -75,7 +75,7 @@ collectionContext?.insert(in: self, at: [0]) // NEW collectionContext?.performBatch(animated: true, updates: { (batchContext) in - self.exanded = true + self.expanded = true batchContext.insert(in: self, at: [0]) }) ```