Skip to content

Commit

Permalink
Fix typo in collection context docs
Browse files Browse the repository at this point in the history
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 Instagram#860

Differential Revision: D5442884

Pulled By: rnystrom

fbshipit-source-id: d94832993279b2bae6f57e28fd2ef297bf00e291
  • Loading branch information
levi authored and facebook-github-bot committed Jul 18, 2017
1 parent 6540f96 commit 7d33065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IGListCollectionContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NSObject>
Expand Down

0 comments on commit 7d33065

Please sign in to comment.