From 7d33065b88e317639d2dd72a38654d0a24bff696 Mon Sep 17 00:00:00 2001 From: Levi McCallum Date: Tue, 18 Jul 2017 08:29:54 -0700 Subject: [PATCH] Fix typo in collection context docs Summary: Issue fixed: # - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] 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/860 Differential Revision: D5442884 Pulled By: rnystrom fbshipit-source-id: d94832993279b2bae6f57e28fd2ef297bf00e291 --- Source/IGListCollectionContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/IGListCollectionContext.h b/Source/IGListCollectionContext.h index 60c7c0c45..60a3a1835 100644 --- a/Source/IGListCollectionContext.h +++ b/Source/IGListCollectionContext.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN /** The collection context provides limited access to the collection-related information that - section controllers need for operations like sizing, dequeuing cells, insterting, deleting, reloading, etc. + section controllers need for operations like sizing, dequeuing cells, inserting, deleting, reloading, etc. */ NS_SWIFT_NAME(ListCollectionContext) @protocol IGListCollectionContext