Skip to content

Commit 7193b12

Browse files
more doc cleanup
1 parent 63ec4dd commit 7193b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/src/hooks/watched/watch-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface AdditionalOptions extends HookWatchOptions {
1010

1111
export 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.

packages/vue/src/composables/useSingleQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { usePowerSync } from './powerSync';
1111
export 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.

0 commit comments

Comments
 (0)