Skip to content

Commit

Permalink
doc(chore): remove trailing comma from list
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lee committed Jul 2, 2022
1 parent 79b44ec commit ccf7d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/routes/docs/[...3]plugins/[...14]add-data-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ const { ... } = pluginStates.export;

The exported data. `DataExport` is:

- `Record<string, unknown>[]` if `format` is `'object'`,
- `string` if `format` is `'json'`,
- `string` if `format` is `'csv'`,
- `Record<string, unknown>[]` if `format` is `'object'`
- `string` if `format` is `'json'`
- `string` if `format` is `'csv'`

Either subscribe to `exportedData` or use [`get`](https://svelte.dev/docs#run-time-svelte-store-get) to compute the exported data once.

1 comment on commit ccf7d39

@vercel
Copy link

@vercel vercel bot commented on ccf7d39 Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.