Skip to content

Commit

Permalink
Removes quotes in MD link
Browse files Browse the repository at this point in the history
  • Loading branch information
kj committed Feb 28, 2024
1 parent 00b8fe1 commit baa58dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/docs/md/conventions/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Once added the `MorphdomMixin` will handle updating the DOM whenever an `observe

### Lists

When working with lists of data in the DOM it is highly advisable to add a unique `id` attribute to the list item. [The `state` object passed to an element's render function has a unique `instanceID` property available for this purpose]('/docs/elements/state/instance-id'). This will assist `morphdom` in determining what items have changed in the list.
When working with lists of data in the DOM it is highly advisable to add a unique `id` attribute to the list item. [The `state` object passed to an element's render function has a unique `instanceID` property available for this purpose](/docs/elements/state/instance-id). This will assist `morphdom` in determining what items have changed in the list.

</doc-callout>

Expand Down

0 comments on commit baa58dd

Please sign in to comment.