Merge pull request #1353 from ejensen/spelling

[Documentation] Correct spelling errors
This commit is contained in:
appleguy
2016-03-16 22:53:15 -07:00
35 changed files with 68 additions and 69 deletions

View File

@@ -688,8 +688,8 @@ static NSString * const kCellReuseIdentifier = @"_ASCollectionViewCell";
_ignoreMaxSizeChange = NO;
} else {
// This actually doesn't perform an animation, but prevents the transaction block from being processed in the
// data controller's prevent animation block that would interupt an interupted relayout happening in an animation block
// ie. ASCollectionView bounds change on rotation or mutl-tasking split view resize.
// data controller's prevent animation block that would interrupt an interrupted relayout happening in an animation block
// ie. ASCollectionView bounds change on rotation or multi-tasking split view resize.
[self performBatchAnimated:YES updates:^{
[_dataController relayoutAllNodes];
} completion:nil];