Skip to content

Commit aa26ee4

Browse files
alkavats1crisbeto
authored andcommitted
docs: removed the duplicate of word from the chips.md doc (#27553)
(cherry picked from commit 1614e1f)
1 parent b0635a5 commit aa26ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/chips/chips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Users can move through the chips using the arrow keys and select/deselect them w
3838

3939
Use `<mat-chip-grid>` and `<mat-chip-row>` for assisting users with text entry.
4040

41-
Chips are always used inside a container. To create chips connected to an input field, start by creating a `<mat-chip-grid>` as the container. Add an `<input/>` element, and register it to the `<mat-chip-grid>` by passing the `matChipInputFor` Input. Always use an `<input/>` element with `<mat-chip-grid>`. Nest a `<mat-chip-row>` element inside the `<mat-chip-grid>` for each piece of data entered by the user. An example of of using chips for text input.
41+
Chips are always used inside a container. To create chips connected to an input field, start by creating a `<mat-chip-grid>` as the container. Add an `<input/>` element, and register it to the `<mat-chip-grid>` by passing the `matChipInputFor` Input. Always use an `<input/>` element with `<mat-chip-grid>`. Nest a `<mat-chip-row>` element inside the `<mat-chip-grid>` for each piece of data entered by the user. An example of using chips for text input.
4242

4343
<!-- example(chips-input) -->
4444

0 commit comments

Comments
 (0)