Fix typo: experiements > experiments.

Summary:
Issue fixed: #773

- [ ] 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/776

Differential Revision: D5129343

Pulled By: rnystrom

fbshipit-source-id: 127126545f246e5431636642f203c8150b6a547b
This commit is contained in:
Rusty Bailey 2017-05-25 08:18:56 -07:00 committed by Facebook Github Bot
parent 49f1d3e653
commit 98218cab58

View file

@ -16,7 +16,7 @@
*/
NS_SWIFT_NAME(ListExperiment)
typedef NS_OPTIONS (NSInteger, IGListExperiment) {
/// Specifies no experiements.
/// Specifies no experiments.
IGListExperimentNone = 1 << 1,
};