Skip to content

Commit a6e6c3b

Browse files
authored
docs: you your typo (#5561)
Small typo for column type definitions.
1 parent 85f3f9e commit a6e6c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Define your data as an array of objects with a stable reference. `data` can come
2222

2323
#### Defining Columns
2424

25-
Column definitions are covered in detail in the previous section in the [Column Def Guide](../column-defs). We'll note here, however, that when you define the type of your columns, you should use the same `TData` type that you used for you data.
25+
Column definitions are covered in detail in the previous section in the [Column Def Guide](../column-defs). We'll note here, however, that when you define the type of your columns, you should use the same `TData` type that you used for your data.
2626

2727
```ts
2828
const columns: ColumnDef<User>[] = [] //Pass User type as the generic TData type

0 commit comments

Comments
 (0)