Skip to content

Commit c2108cd

Browse files
committed
docs: Update legend value to match story
Signed-off-by: Akshat Patel <[email protected]>
1 parent a0e2393 commit c2108cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tiles/tiles.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ storiesOf("Components|Tiles", module)
174174
Edit on Carbon UI Builder
175175
</a>
176176
<br><br>
177-
<ibm-tile-group (selected)="selected($event)" [multiple]="true" legend="Radio tile group">
177+
<ibm-tile-group (selected)="selected($event)" [multiple]="true" legend="Multi-select tile group">
178178
<ibm-selection-tile value="tile1" [selected]="true" [theme]="theme" [disabled]="disabled">Selectable Tile</ibm-selection-tile>
179179
<ibm-selection-tile value="tile2" [theme]="theme" [disabled]="disabled">Selectable Tile</ibm-selection-tile>
180180
<ibm-selection-tile value="tile3" [theme]="theme" [disabled]="disabled">Selectable Tile</ibm-selection-tile>

0 commit comments

Comments
 (0)