Skip to content

Commit 8e94ee4

Browse files
authored
Debug typo fix wdith —> width (#248)
1 parent 0106184 commit 8e94ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ class DraggableFlatList<T> extends React.Component<Props<T>, State> {
523523

524524
if (this.props.debug)
525525
console.log(
526-
`measure key ${key}: wdith ${w} height ${h} x ${x} y ${y} size ${size} offset ${offset}`
526+
`measure key ${key}: width ${w} height ${h} x ${x} y ${y} size ${size} offset ${offset}`
527527
);
528528

529529
if (cellData) {

0 commit comments

Comments
 (0)