1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-17 21:18:37 +02:00

chore: fix grammar (#599)

This commit is contained in:
John Bampton 2021-03-19 23:32:47 +10:00 committed by GitHub
parent 2f5954eca3
commit b3adea3622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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