diff --git a/Source/IGListCollectionContext.h b/Source/IGListCollectionContext.h index 2392ca8f..8e9eec76 100644 --- a/Source/IGListCollectionContext.h +++ b/Source/IGListCollectionContext.h @@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN /** The collection context provides limited access to the collection-related information that - section controllers need for operations like sizing, dequeing cells, insterting, deleting, reloading, etc. + section controllers need for operations like sizing, dequeuing cells, insterting, deleting, reloading, etc. */ NS_SWIFT_NAME(ListCollectionContext) @protocol IGListCollectionContext diff --git a/Source/IGListSectionController.h b/Source/IGListSectionController.h index 52d17f05..eba888df 100644 --- a/Source/IGListSectionController.h +++ b/Source/IGListSectionController.h @@ -94,7 +94,7 @@ NS_SWIFT_NAME(ListSectionController) /** A context object for interacting with the collection. - Use this property for accessing the collection size, dequeing cells, reloading, inserting, deleting, etc. + Use this property for accessing the collection size, dequeuing cells, reloading, inserting, deleting, etc. */ @property (nonatomic, weak, nullable, readonly) id collectionContext;