From c9ead4d1facd1388e4df81d83b3593676cb65bca Mon Sep 17 00:00:00 2001 From: Daniel Cardenas Date: Tue, 30 Nov 2021 22:29:26 -0800 Subject: [PATCH] Update README.md Minor fix spelling: speficy -> specify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7191888..9b0c3f5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ d(text="Clock").click() from uiautomator import device as d ``` -- Speficy the serial number when retrieving the device object +- Specify the serial number when retrieving the device object ```python from uiautomator import Device