Skip to content

Commit 405f6c7

Browse files
swreeserjelbourn
authored andcommitted
chore: fix typo in chips example (#8500)
1 parent c7afd8e commit 405f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/chips-input/chips-input-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class ChipsInputExample {
3030
let input = event.input;
3131
let value = event.value;
3232

33-
// Add our person
33+
// Add our fruit
3434
if ((value || '').trim()) {
3535
this.fruits.push({ name: value.trim() });
3636
}

0 commit comments

Comments
 (0)