Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored and srawlins committed Aug 23, 2021
1 parent ed10055 commit 0d09490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ they are.
One idea to consider is "Do I need to use mocks to test this code?" For
example, the [test_descriptor package] allows testing file system concepts using
real files, and the [test_process package] supports testing subprocesses using
real subprocesses. `dart:io` also includes an [IOOVerides] class and a
real subprocesses. `dart:io` also includes an [IOOverrides] class and a
[runWithIOOverrides] function that can be used to mock out the filesystem.

[IOOverrides]: https://api.dart.dev/stable/2.7.2/dart-io/IOOverrides-class.html
Expand Down

0 comments on commit 0d09490

Please sign in to comment.