Skip to content

Commit

Permalink
docs: minor clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunk committed Jan 12, 2024
1 parent 506cf3f commit 5e9beaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default defineConfig({

## Configuration

You can optionally configure the `_type` used for the row object in the table schema by passing a configuration object when adding the plugin. For most users this is unnecessary, but it can be useful if you are migrating from a legacy table plugin.
You can optionally configure the `_type` used for the row object in the table schema by passing a `rowType` when adding the plugin. For most users this is unnecessary, but it can be useful if you are migrating from a legacy table plugin.

```js
export default defineConfig({
Expand Down

0 comments on commit 5e9beaa

Please sign in to comment.