mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
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:
parent
02f28fc994
commit
aacb369c10
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
})
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue