From a7467889e30ecb7c6e907f986a6b288794bf9231 Mon Sep 17 00:00:00 2001 From: rohan436 Date: Sun, 15 Mar 2026 13:56:51 +0800 Subject: [PATCH] docs: fix README grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e3384ae..08ec20e6 100644 --- a/README.md +++ b/README.md @@ -686,8 +686,8 @@ The `Wait` command allows you to wait for something to appear on the screen. This is useful when you need to wait on something to complete, even if you don't know how long it'll take, while including it in the recording like a spinner or loading state. -The command takes a regular expression as an argument, and optionally allows to -set the duration to wait and if you want to check the whole screen or just the +The command takes a regular expression as an argument, and optionally allows you +to set the duration to wait and if you want to check the whole screen or just the last line (the scope). ```elixir