We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b400c commit f19eb64Copy full SHA for f19eb64
packages/common/src/client/triggers/TriggerManager.ts
@@ -174,7 +174,7 @@ interface BaseCreateDiffTriggerOptions {
174
*/
175
export interface CreateDiffTriggerOptions extends BaseCreateDiffTriggerOptions {
176
/**
177
- * Destination table to track changes to.
+ * Destination table to send changes to.
178
* This table is created internally as a SQLite temporary table.
179
* This table will be dropped once the trigger is removed.
180
0 commit comments