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 c277efc commit 86e65ceCopy full SHA for 86e65ce
src/client/index.ts
@@ -625,7 +625,7 @@ export type MigrationFunctionReference = FunctionReference<
625
* To resume a series, call the series again: {@link Migrations.runSerially}.
626
*
627
* 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
+ * others are in progress. It won't run multiple instances of the same migration
629
* but it currently allows running multiple migrations on the same table.
630
631
* @param ctx Context from an action.
0 commit comments