From 237f64165210718acdd3f22423a1338636f240da Mon Sep 17 00:00:00 2001 From: Justin Tappert Date: Fri, 9 Nov 2018 14:49:12 -0800 Subject: [PATCH] Docs: Simple grammatical error fix docs (autocomplete.md): simple grammatical error fix Change 'an' to 'a' before `mat-option` because how it is currently is passive voice misuse. --- src/lib/autocomplete/autocomplete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/autocomplete/autocomplete.md b/src/lib/autocomplete/autocomplete.md index 73d618ae7222..d64e48c3b172 100644 --- a/src/lib/autocomplete/autocomplete.md +++ b/src/lib/autocomplete/autocomplete.md @@ -19,7 +19,7 @@ If you are unfamiliar with using reactive forms, you can read more about the sub ``` Next, create the autocomplete panel and the options displayed inside it. Each option should be -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 of the text input to be upon that option's selection. *my-comp.html*