Skip to content

Commit e660caa

Browse files
author
Jen Weber
authored
Merge pull request #190 from ybakos/its_contraction_grammar
autocomplete-component: Correct contraction grammar.
2 parents f669b67 + b392350 commit e660caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.4.0/tutorial/autocomplete-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Our test fills out "Seattle" as the search criteria in the search field,
562562
and then sends a `keyup` event to the same field with a code of `69` (the `e` key) to simulate a user typing, which is the event our code is looking for.
563563
564564
In the case of our code the key code sent can be anything, since we read the value of the input field, and not the key events coming in.
565-
We only use the key event to let our code know that its time to make a search.
565+
We only use the key event to let our code know that it's time to make a search.
566566
567567
The test locates the results of the search by finding elements with a class of `listing`,
568568
which we gave to our `rental-listing` component in the ["Building a Simple Component"](../simple-component/) section of the tutorial.

0 commit comments

Comments
 (0)