Skip to content

Commit 8a05678

Browse files
alvaromartmartjelbourn
authored andcommitted
docs(autocomplete): correct plain input example name (#16329)
Fixes #16327
1 parent 7398c9a commit 8a05678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/material-examples/autocomplete-plain-input/autocomplete-plain-input-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {startWith, map} from 'rxjs/operators';
1111
templateUrl: 'autocomplete-plain-input-example.html',
1212
styleUrls: ['autocomplete-plain-input-example.css'],
1313
})
14-
export class PlainInputAutocompleteExample implements OnInit {
14+
export class AutocompletePlainInputExample implements OnInit {
1515
control = new FormControl();
1616
streets: string[] = ['Champs-Élysées', 'Lombard Street', 'Abbey Road', 'Fifth Avenue'];
1717
filteredStreets: Observable<string[]>;

0 commit comments

Comments
 (0)