Skip to content

Commit cb781f1

Browse files
authoredMar 21, 2019
fix(ui5-li): fix typo (#224)
This typo was breaking text alignment in the playground
1 parent 1111dbf commit cb781f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/main/src/List.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const metadata = {
216216
* <br><br>
217217
* To benefit from the built-in selection mechanism, you can use the available
218218
* selection modes, such as
219-
* <code>SingleSelect</code>, <code>MultiSelect<code> and <code>Delete<code>.
219+
* <code>SingleSelect</code>, <code>MultiSelect</code> and <code>Delete</code>.
220220
* <br><br>
221221
* Additionally, the <code>ui5-list</code> provides header, footer, and customization for the list item separators.
222222
*

0 commit comments

Comments
 (0)