diff --git a/docs-ui/src/app/components/table/props-definition.tsx b/docs-ui/src/app/components/table/props-definition.tsx index a994cd6781..be24e86bf0 100644 --- a/docs-ui/src/app/components/table/props-definition.tsx +++ b/docs-ui/src/app/components/table/props-definition.tsx @@ -36,13 +36,13 @@ export const useTableOptionsPropDefs: Record = { type: 'enum', values: ['function'], description: - 'Function that returns or fetches data (required for "offset" and "cursor" modes). For the "complete" mode, either this or `data` must be provided. Signature varies by mode.', + 'Function that returns or fetches data (required for "offset" and "cursor" modes). For the "complete" mode, either this or `data` must be provided. Signature varies by mode.', }, data: { type: 'enum', values: ['T[]'], description: - 'The data for the table. Only applicable for "complete" mode, and either this or `getData` must be provided.', + 'The data for the table. Only applicable for "complete" mode, and either this or `getData` must be provided.', }, paginationOptions: { type: 'enum',