Skip to content

Commit b1b400c

Browse files
Update packages/common/src/client/triggers/TriggerManager.ts
Co-authored-by: benitav <[email protected]>
1 parent f3ed8dc commit b1b400c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/client/triggers/TriggerManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ interface BaseCreateDiffTriggerOptions {
149149
* Note that for PowerSync the row data is stored in a JSON column named `data`.
150150
* The row id is available in the `id` column.
151151
*
152-
* NB! The WHEN clauses here added added directly to the SQLite trigger creation SQL.
152+
* NB! The WHEN clauses here are added directly to the SQLite trigger creation SQL.
153153
* Any user input strings here should be sanitized externally. The {@link when} string template function performs
154154
* some basic sanitization, extra external sanitization is recommended.
155155
*

0 commit comments

Comments
 (0)