mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
Fixed the typo in the Core Data guide
Summary: Issue fixed: #769 - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [X] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/833 Differential Revision: D5352670 Pulled By: rnystrom fbshipit-source-id: a879e29b8a1492f01c4bb3378692df7e0cd46dae
This commit is contained in:
parent
1d926d9a97
commit
fc5e92a3ed
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ There are further discussions on this topic at [#460](https://github.com/Instagr
|
|||
|
||||
## Basic Setup
|
||||
|
||||
The basic setup for Core Data and `IGListKit` is the same as the normal setup that is found in the [Getting Started Guide](https://instagram.github.io/IGListKit/getting-started.html). The main difference will be in the setup of the model in the datasource.
|
||||
The basic setup for Core Data and `IGListKit` is the same as the normal setup that is found in the [Getting Started Guide](https://instagram.github.io/IGListKit/getting-started.html). The main difference will be in the setup of the model used in the `IGListAdapterDataSource`.
|
||||
|
||||
## Working with view model
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue