Merge pull request #1441 from maxstubbersfield/patch-1

Minor typo in FAQ
This commit is contained in:
Simon Binder 2021-08-30 13:14:01 +02:00 committed by GitHub
commit e02b3fa585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ MigrationStrategy(
)
```
You can even use transactions or batcehs in the `onCreate` callback.
You can even use transactions or batches in the `onCreate` callback.
Another approach is to include a pre-populated database in your app's asset and use that one: