Skip to content

Commit 86e65ce

Browse files
Update src/client/index.ts
Co-authored-by: Nicolas Ettlin <nicolas.ettlin@me.com>
1 parent c277efc commit 86e65ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ export type MigrationFunctionReference = FunctionReference<
625625
* To resume a series, call the series again: {@link Migrations.runSerially}.
626626
*
627627
* Note: It's up to you to determine if it's safe to run a migration while
628-
* others are in progress. It won't run multiple instance of the same migration
628+
* others are in progress. It won't run multiple instances of the same migration
629629
* but it currently allows running multiple migrations on the same table.
630630
*
631631
* @param ctx Context from an action.

0 commit comments

Comments
 (0)