Co-authored-by: Sam Rose <hello@samwho.dev>
This commit is contained in:
Adria Navarro 2023-12-04 09:09:42 +01:00
parent 7f52a1e28c
commit fa7693f6df
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ function guardMigration() {
const context = Context.get()
if (context?.isMigrating) {
throw new Error(
"The context cannot be change, a migration is currently running"
"The context cannot be changed, a migration is currently running"
)
}
}