Skip to content

Commit 4a3f459

Browse files
committed
change mention of icon service to icon registry
1 parent ae6f939 commit 4a3f459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-icon/lib/uui-icon.story.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Fallback.parameters = {
6767
docs: {
6868
description: {
6969
story:
70-
'Example of icon that is not captured by icon service, therefore showing the bug-fallback icon',
70+
'Example of icon that is not captured by an icon registry, therefore showing the bug-fallback icon',
7171
},
7272
},
7373
};
@@ -81,7 +81,7 @@ IconRegistryElement.parameters = {
8181
docs: {
8282
description: {
8383
story:
84-
'Its recommended to use a icon-registry to provide the icons, this makes it possible to define an icon with the name attribute.',
84+
'Its recommended to use an icon registry to provide the icons. This makes it possible to define an icon with the name attribute.',
8585
},
8686
},
8787
};

0 commit comments

Comments
 (0)