diff --git a/docs/api/core/column-def.md b/docs/api/core/column-def.md index e6b9a57218..b590480232 100644 --- a/docs/api/core/column-def.md +++ b/docs/api/core/column-def.md @@ -84,7 +84,7 @@ cell?: ((props: { }) => unknown) ``` -The cell to display each row for the column. If a function is passed, it will be passed a props object for the header and should return the rendered header value (the exact type depends on the adapter being used). +The cell to display each row for the column. If a function is passed, it will be passed a props object for the cell and should return the rendered cell value (the exact type depends on the adapter being used). ### `meta`