docs(recursive-list): simplify copy

This commit is contained in:
Eric Y Liu 2021-07-07 09:35:45 -07:00
commit 9fd8a9e17b

View file

@ -5,7 +5,7 @@
This component uses the [svelte:self API](https://svelte.dev/docs#svelte_self) to render the [UnorderedList](/components/UnorderedList) and [OrderedList](/components/OrderedList) components with tree structured data.
A child node can render text (`text`), a link (`href`), HTML content (`html`), and other `children`.
A child node can render text, a link, HTML content, and other children.
<InlineNotification svx-ignore title="Warning:" kind="warning" hideCloseButton>
<div class="body-short-01">