File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export interface AdditionalOptions extends HookWatchOptions {
1010
1111export interface DifferentialHookOptions < RowType > extends HookWatchOptions {
1212 /**
13- * Used to detect and report differences in query result sets.
13+ * Used to detect differences in query result sets.
1414 *
1515 * By default the hook will requery on any dependent table change. This will
1616 * emit a new hook result even if the result set has not changed.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { usePowerSync } from './powerSync';
1111export interface AdditionalOptions < RowType = unknown > extends Omit < SQLOnChangeOptions , 'signal' > {
1212 runQueryOnce ?: boolean ;
1313 /**
14- * Used to detect and report differences in query result sets.
14+ * Used to detect differences in query result sets.
1515 *
1616 * By default the hook will requery on any dependent table change. This will
1717 * emit a new hook result even if the result set has not changed.
You can’t perform that action at this time.
0 commit comments