Skip to content

Commit 715efe7

Browse files
committed
fix typo
1 parent 4de75cf commit 715efe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ using your regular `tsconfig.json`
1212
Do however note that this has no effect on generating new migrations.
1313
Using `db-migrate create FooMigrations.ts` will not create a TypeScript migration file.
1414

15-
## Immplementation Detail
15+
## Implementation Detail
1616

1717
The plugin hooks into the functionality of `db-migrate` itself. In this case it hooks into `migrator:migration:hook:require`, which in this case requires another transpiler (TypeScript) and registers also a new file extension (.ts). Make sure to name your migrations accordingly (ending with .ts).

0 commit comments

Comments
 (0)