Skip to content

Commit 85d6a70

Browse files
committed
typo
1 parent e3c4898 commit 85d6a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Framework to simplify the setup and configuration of `UITableView` data sources
1111

1212
An example app is included demonstrating DataSource's functionality. The example demonstrates various uses cases ranging from a simple list of strings to more complex uses cases such as setting up a dynamic form.
1313

14-
### Gettings Started
14+
### Getting Started
1515

1616
Create a `DataSource` with a `CellDescriptor` that describes how the `UITableViewCell` (in this case a `TitleCell`) is configured using a data model (`Example`).
1717
Additionally, we also add a handler for `didSelect` which handles the `didSelectRowAtIndexPath` method of `UITableViewDelegate`.

0 commit comments

Comments
 (0)