From a377251ee6c75112706b503909b9a7061bbc2296 Mon Sep 17 00:00:00 2001 From: vmuresanu Date: Thu, 9 Nov 2023 17:59:15 +0200 Subject: [PATCH] fix: documentation chips description --- src/app/showcase/doc/chips/maxvaluesdoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/showcase/doc/chips/maxvaluesdoc.ts b/src/app/showcase/doc/chips/maxvaluesdoc.ts index 2d9a36c2895..eba595c39cf 100644 --- a/src/app/showcase/doc/chips/maxvaluesdoc.ts +++ b/src/app/showcase/doc/chips/maxvaluesdoc.ts @@ -6,7 +6,7 @@ import { Code } from '../../domain/code'; selector: 'max-values-doc', template: `
-

Chips can have a maximum number of entered items. In order to set the limit max property is used and accepts a numeric value which reflects the maximum number of items in the chip list

+

Chips can have a maximum number of entered items. To set this limit, the max property is used, which accepts a numeric value that represents the maximum number of items in the chip list