We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f9742 commit e996367Copy full SHA for e996367
README.md
@@ -77,9 +77,9 @@ void main() {
77
78
As you can see you don't need to initialize firabase core for testing or call
79
`TestWidgetsFlutterBinding.ensureInitialized()` before using `MockFirebaseDatabase`
80
-but in bonus if you use anther firebase service which need it you can simply call
+but in bonus if you use another firebase service that needs it you can simply call
81
the `setupFirebaseMocks()` top level function which performs all required operations
82
-for testing a firebase service which isn't fully mocked like `MockFirebaseDatabase`.
+for testing a firebase service that isn't fully mocked .
83
84
85
- [Issues](https://github.com/sitatec/firebase_database_mocks/issues)
0 commit comments