From b6a9bf13c35722173cc2e6def135027f82ccf597 Mon Sep 17 00:00:00 2001 From: lsamboretrorabbit <160831207+lsamboretrorabbit@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:18:22 +0200 Subject: [PATCH] docs(material/chips): added an example that corresponds to the title of static chips (#28863) Fixes the documentation example in the Angular Material `chips` component. Previously the text description of static chips did not match code example Fixes #28845 (cherry picked from commit 1eb0da7ca3dfa11c3f8489049ee20dd3c3776423) --- .../chips/chips-overview/chips-overview-example.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components-examples/material/chips/chips-overview/chips-overview-example.html b/src/components-examples/material/chips/chips-overview/chips-overview-example.html index 948a2ff140a5..68582ff798bc 100644 --- a/src/components-examples/material/chips/chips-overview/chips-overview-example.html +++ b/src/components-examples/material/chips/chips-overview/chips-overview-example.html @@ -1,6 +1,6 @@ - - One fish - Two fish - Accent fish - Warn fish - \ No newline at end of file + + One fish + Two fish + Three fish + Four fish + \ No newline at end of file