Skip to content

Commit b4f44ed

Browse files
Justin TappertVivian Hu
Justin Tappert
authored and
Vivian Hu
committed
Docs: Simple grammatical error fix (#14073)
docs (autocomplete.md): simple grammatical error fix Change 'an' to 'a' before `mat-option` because how it is currently is passive voice misuse.
1 parent 88891de commit b4f44ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/autocomplete/autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are unfamiliar with using reactive forms, you can read more about the sub
1919
```
2020

2121
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
22+
defined by a `mat-option` tag. Set each option's value property to whatever you'd like the value
2323
of the text input to be upon that option's selection.
2424

2525
*my-comp.html*

0 commit comments

Comments
 (0)