Skip to content

Commit 2ca4058

Browse files
authored
Fix typo in docs (glideapps#316)
1 parent f143bb1 commit 2ca4058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Most data grids will want to set the majority of these props one way or another.
138138
| Name | Description |
139139
| ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
140140
| [maxColumnWidth](#maxcolumnwidth) | Sets the maximum width the user can resize a column to. |
141-
| [minColumnWidth](#maxcolumnwidth) | Sets the mnimum width the user can resize a column to. |
141+
| [minColumnWidth](#maxcolumnwidth) | Sets the minimum width the user can resize a column to. |
142142
| [onCellClicked](#oncellclicked) | Emitted when a cell is clicked. |
143143
| [onCellActivated](#oncellactivated) | Emitted when a cell is activated, by pressing Enter, Space or double clicking it. |
144144
| [onCellContextMenu](#oncellcontextmenu) | Emitted when a cell should show a context menu. Usually right click. |
@@ -1090,4 +1090,4 @@ const MyGrid = () => {
10901090

10911091
return <DataEditor {...args} />
10921092
}
1093-
```
1093+
```

0 commit comments

Comments
 (0)