Merge pull request #734 from saladthieves/patch-1

Fix documentation typo / wording
This commit is contained in:
Simon Binder 2020-07-26 20:08:06 +02:00 committed by GitHub
commit 6e20a68f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description: Guide on writing unit tests for moor databases
Flutter apps using moor can always be tested with [integration tests](https://flutter.dev/docs/cookbook/testing/integration/introduction)
running on a real device. This guide focusses on writing unit tests for a database written in moor.
Those tests can be run and debugged on your computer without additional setup, you don't a
Those tests can be run and debugged on your computer without additional setup, you don't need a
physical device to run them.
## Setup