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:
Weyert de Boer 2017-06-29 17:00:00 -07:00 committed by Facebook Github Bot
parent 1d926d9a97
commit fc5e92a3ed

View file

@ -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