From fc5e92a3edf60a65363f566ec43a40a88bf405d3 Mon Sep 17 00:00:00 2001 From: Weyert de Boer Date: Thu, 29 Jun 2017 17:00:00 -0700 Subject: [PATCH] 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 --- Guides/Working with Core Data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/Working with Core Data.md b/Guides/Working with Core Data.md index 56de2bf8..224bff37 100644 --- a/Guides/Working with Core Data.md +++ b/Guides/Working with Core Data.md @@ -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