From 99b900eefc1532d01b4465ff7ec9f00f009390ed Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Sun, 29 Mar 2015 20:43:04 -0700 Subject: [PATCH] Add missing word "be" --- _docs/datasource-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/datasource-overview.md b/_docs/datasource-overview.md index 6d5016092..279b9d3b8 100755 --- a/_docs/datasource-overview.md +++ b/_docs/datasource-overview.md @@ -29,7 +29,7 @@ ComponentKit includes a standard datasource stack dedicated to render components 1. Take as input changesets containing commands and models. *e.g: "Insert at index 0 in section 1 the item representing ModelA". 2. **Generate and layout in the background** the components associated to those changes. -3. Output a changeset along with handles to the generated components so that it can used with a `UITableView` or a `UICollectionView` +3. Output a changeset along with handles to the generated components so that it can be used with a `UITableView` or a `UICollectionView` ### CKComponentCollectionViewDataSource