We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fb408 commit 10cb578Copy full SHA for 10cb578
src/lib/autocomplete/autocomplete.md
@@ -19,7 +19,7 @@ If you are unfamiliar with using reactive forms, you can read more about the sub
19
```
20
21
Next, create the autocomplete panel and the options displayed inside it. Each option should be
22
-defined by an `mat-option` tag. Set each option's value property to whatever you'd like the value
+defined by a `mat-option` tag. Set each option's value property to whatever you'd like the value
23
of the text input to be upon that option's selection.
24
25
*my-comp.html*
0 commit comments