From 76d8d8b7f25c322c74e9c84bd4a094e4206b51f1 Mon Sep 17 00:00:00 2001 From: Masood Fallahpoor Date: Sat, 13 Aug 2022 21:50:48 +0200 Subject: [PATCH] Fix a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb378e025..e65716a60 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ specific calls against mocks. Examples: - In instrumentation tests, a temporary folder is used to store the user's preferences, which is - wiped after reach test. + wiped after each test. This allows using the real `DataStore` and exercising all related code, instead of mocking the flow of data updates.