Skip to content

Commit 753d23b

Browse files
authored
Fixed spelling errors
1 parent ad6200c commit 753d23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CellMeasurer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ It should be configured based on the type of measurements you need. It accepts t
3434
| keyMapper | KeyMapper | | Enables more intelligent mapping of a given column and row index to an item ID. This prevents a cell cache from being invalidated when its parent collection is modified. `(rowIndex: number, columnIndex: number) => any` |
3535

3636
Note that while all of the individual parameters above are optional, you must supply at least some of them.
37-
`CellMeasurerCache` is not meant to measure cells that are both dyanmic width _and_ height.
38-
It would be unefficient to do so since the size of a row (or column) is equal to the largest cell within that row.
37+
`CellMeasurerCache` is not meant to measure cells that are both dynamic width _and_ height.
38+
It would be inefficient to do so since the size of a row (or column) is equal to the largest cell within that row.
3939
See [below](#limitations-and-performance-considerations) for more information.
4040

4141
### Examples

0 commit comments

Comments
 (0)