From b1979e35ed45198f3cf2e2c1ce598a1d930225e1 Mon Sep 17 00:00:00 2001 From: juliangeissler <81534590+juliangeissler@users.noreply.github.com> Date: Mon, 27 Dec 2021 18:15:58 +0100 Subject: [PATCH] Fix Typo --- docs/pages/docs/name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/name.md b/docs/pages/docs/name.md index 3e775087..7b39de34 100644 --- a/docs/pages/docs/name.md +++ b/docs/pages/docs/name.md @@ -41,7 +41,7 @@ your sources without further confirmation. When using git, it is sufficient to e To apply the migration, run `dart run moor_generator migrate` in your project's directory. When using Flutter, run `flutter pub run moor_generator migrate` instead. -The migration tool with transform your pubspec, `build.yaml` files and Dart source files. It will also rename `.moor` files to +The migration tool will transform your pubspec, `build.yaml` files and Dart source files. It will also rename `.moor` files to `.drift` and patch imports as needed. After running the migration, please verify the changes to ensure that they match what you expect.