From 715efe7ef54196b82fce36fb57c48290e8dda5ff Mon Sep 17 00:00:00 2001 From: Tobias Gurtzick Date: Thu, 5 Oct 2017 15:47:32 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 849b417..9273ede 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ using your regular `tsconfig.json` Do however note that this has no effect on generating new migrations. Using `db-migrate create FooMigrations.ts` will not create a TypeScript migration file. -## Immplementation Detail +## Implementation Detail 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).