From 9ba64b93a305bfbe99bbcfcce720beab87ab320b Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Mon, 27 Jun 2022 15:41:42 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e371e2c9..49fae8db 100644 --- a/README.md +++ b/README.md @@ -750,7 +750,7 @@ Next, we'll add that class to our `` search result elements: ## Searching while typing Whenever the end-user enters text into `` element, -an [input][] event fill fire fore each keystroke and bubble up.. When +an [input][] event will fire for each keystroke and bubble up.. When the `` element's text changes, we'll refresh the search results by submitting the corresponding `
` element. Since the `` element targets the ``, the frame will