From c2504e0d0eb4038fd9e5f47fff0ad47848d52778 Mon Sep 17 00:00:00 2001 From: William Hoffmann Date: Thu, 25 May 2017 07:34:28 -0700 Subject: [PATCH] Fix its in FAQ Summary: When you want it to be possessive, it's just i-t-s, but when you want it to be a contraction, it's i-t-'-s. Issue fixed: #764 - [ ] 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. - [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/781 Differential Revision: D5129333 Pulled By: rnystrom fbshipit-source-id: c12e15c7403f888384119c78ef632044a054c5e6 --- Guides/Best Practices and FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/Best Practices and FAQ.md b/Guides/Best Practices and FAQ.md index 8a7ab9b4..015c0d79 100644 --- a/Guides/Best Practices and FAQ.md +++ b/Guides/Best Practices and FAQ.md @@ -124,7 +124,7 @@ No! `IGListKit` is designed to have a 1:1 instance mapping between objects and s #### Why does `UICollectionViewFlowLayout` put everything in a new row? -`UICollectionViewFlowLayout` has its limitations, and its not well designed to support sections on the same "line". Instead you should use [`IGListCollectionViewLayout`](https://github.com/Instagram/IGListKit/blob/master/Source/IGListCollectionViewLayout.h). +`UICollectionViewFlowLayout` has its limitations, and it's not well designed to support sections on the same "line". Instead you should use [`IGListCollectionViewLayout`](https://github.com/Instagram/IGListKit/blob/master/Source/IGListCollectionViewLayout.h). #### What if I just want a section controller and don't need the object?