From a9d5be8d91d2c958eb7b378c8653908993cd55e0 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Tue, 31 Aug 2021 14:29:29 +0200 Subject: [PATCH] Fix a typo in the readme (#437) Use resetting instead of reseting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee188a81..de859ecf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Barista makes developing UI test faster, easier and more predictable. Built on t - [Intents](#baristas-intents-api) - [Runtime Permissions](#runtime-permissions) - [Useful test rules](#useful-test-rules) - - [Reseting app data](#reseting-app-data) + - [Resetting app data](#resetting-app-data) - [Dealing with Flaky tests](#dealing-with-flaky-tests) - [One rule to rule them all](#one-rule-to-rule-them-all) - [Magic that Barista does for you](#magic-that-barista-does-for-you) @@ -407,7 +407,7 @@ PermissionGranter.allowPermissionOneTime(Manifest.permission.GET_ACCOUNTS); ## Useful test rules Barista includes a set of useful test rules to help you: -### Reseting app data +### Resetting app data As tests should be isolated, they need to set the environment before running. Espresso doesn't help achieving it but Barista offers a set of rules to clear the app's data before running each test.