Merge pull request #1603 from juliangeissler/patch-1

Fix Typo
This commit is contained in:
Simon Binder 2021-12-27 22:11:28 +01:00 committed by GitHub
commit 01150c5434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. 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. `.drift` and patch imports as needed.
After running the migration, please verify the changes to ensure that they match what you expect. After running the migration, please verify the changes to ensure that they match what you expect.