From d6fa497fac87d453169bee6823b142e63df85ece Mon Sep 17 00:00:00 2001 From: Bitcollage Date: Wed, 4 Oct 2023 17:28:21 +0200 Subject: [PATCH] docs(material/chips): add concrete description --- .../material/chips/chips-input/chips-input-example-ts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-content/examples-highlighted/material/chips/chips-input/chips-input-example-ts.html b/docs-content/examples-highlighted/material/chips/chips-input/chips-input-example-ts.html index 544c8d6a9c..ec13548c71 100755 --- a/docs-content/examples-highlighted/material/chips/chips-input/chips-input-example-ts.html +++ b/docs-content/examples-highlighted/material/chips/chips-input/chips-input-example-ts.html @@ -11,7 +11,7 @@ } /** - * @title Chips with input + * @title Input with editable chips */ @Component({ selector: 'chips-input-example',