Skip to content

Commit

Permalink
chore: fix grammar (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Mar 19, 2021
1 parent 2f5954e commit b3adea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3adea3

Please sign in to comment.