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
This commit is contained in:
Kj Drougge 2017-05-16 07:34:00 -07:00 committed by Facebook Github Bot
parent 02f28fc994
commit aacb369c10

View file

@ -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])
})
```