Fix typo in README.md

This commit is contained in:
Dmitry Frishbuter 2019-10-05 21:57:35 +06:00
parent a0658f0b2e
commit efe99eeb46
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ tableDirector += rows
Done, your table is ready. Done, your table is ready.
## Automatic cell registration ## Automatic cell registration
TableKit can register your cells in a table view automatically. In case if your reusable cell id mathces cell's xib name: TableKit can register your cells in a table view automatically. In case if your reusable cell id matches cell's xib name:
```ruby ```ruby
MyTableViewCell.swift MyTableViewCell.swift