Skip to content

Commit ea9f17b

Browse files
committed
fix typo in docs
1 parent f4a5d2e commit ea9f17b

File tree

1 file changed

+1
-1
lines changed
  • packages/module/patternfly-docs/content/extensions/data-view/examples/Table

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/content/extensions/data-view/examples/Table/Table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you want to have all expandable nodes open on initial load pass the `expandAl
6363
To allow a column to resize, add `isResizable` to the `DataViewTable` element, and pass `resizableProps` to each applicable header cell. The `resizableProps` object consists of the following fields:
6464

6565
- `isResizable` - indicates that the column is resizable
66-
- `resizeButtonAriaLabel` - an accesible name for the resizable column's resize button. This must be passed in if the column is resizable.
66+
- `resizeButtonAriaLabel` - an accessible name for the resizable column's resize button. This must be passed in if the column is resizable.
6767
- `onResize` - a callback that will return the source event and the new width of the column
6868
- `width` - a default width value for a column
6969
- `minWidth` - the minimum width a column may shrink to

0 commit comments

Comments
 (0)