Skip to content

Commit

Permalink
fix(ui5-li): fix typo (#224)
Browse files Browse the repository at this point in the history
This typo was breaking text alignment in the playground
  • Loading branch information
fifoosid committed Mar 21, 2019
1 parent 1111dbf commit cb781f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const metadata = {
* <br><br>
* To benefit from the built-in selection mechanism, you can use the available
* selection modes, such as
* <code>SingleSelect</code>, <code>MultiSelect<code> and <code>Delete<code>.
* <code>SingleSelect</code>, <code>MultiSelect</code> and <code>Delete</code>.
* <br><br>
* Additionally, the <code>ui5-list</code> provides header, footer, and customization for the list item separators.
*
Expand Down

0 comments on commit cb781f1

Please sign in to comment.