From b3adea3622c6d103515efa1edd48d41a2d566073 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 19 Mar 2021 23:32:47 +1000 Subject: [PATCH] chore: fix grammar (#599) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 967e1ea3..ea762146 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ It is extremely portable, extensible, and fast. ### Show me some code The following example demonstrates the use of dynamic pages. We load the main Google Search page, type a search criteria into the input box, and then click the search button. -The click action triggers a redirect, so we wait until the the page we were redirected to finishes loading. +The click action triggers a redirect, so we wait until the page we were redirected to finishes loading. Once the results page is loaded, we iterate over all elements in the search results and assign output to a variable. ```aql