Skip to content

Commit 2555c9b

Browse files
committed
[Chips] [Docs] Fixed image description text.
The number of chips was mismatched with the image. Removed the number from the image description (but kept it in the a11y content description) because it's not relevant to the general reader -- but it is helpful for a11y purposes. Getting rid of the numbers makes for future easier maintenance. PiperOrigin-RevId: 432218802
1 parent 7b51353 commit 2555c9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/components/Chip.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ good alternative to toggle buttons or checkboxes.
279279

280280
### Filter chip example
281281

282-
The following example shows six filter chips.
282+
The following example shows filter chips.
283283

284284
!["6 white "Filter" chips spread across 2 lines: "Filters" 1 and 3 selected and
285285
are light purple and include checkmarks."](assets/chips/chips_filter.png)
@@ -334,9 +334,9 @@ that input by converting text into chips.
334334

335335
### Input chip example
336336

337-
The following example shows three input chips.
337+
The following example shows input chips.
338338

339-
!["Input chips with texts Input 1 to 3."](assets/chips/chips_input.png)
339+
!["Input chips with texts Input 1 to 6."](assets/chips/chips_input.png)
340340

341341
In the layout:
342342

@@ -370,7 +370,7 @@ suggestions, such as offering possible responses or providing search filters.
370370

371371
### Suggestion chip example
372372

373-
The following example shows three suggestion chips.
373+
The following example shows suggestion chips.
374374

375375
!["3 suggestion chips, where suggestion 1 is unselected with a solid border and
376376
white background, suggestion 2 is selected with no border and a light purple

0 commit comments

Comments
 (0)