Skip to content

Commit f3d4380

Browse files
committed
fix link
1 parent d6f4618 commit f3d4380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/07-misc/04-custom-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ document.body.innerHTML = `
3636
`;
3737
```
3838

39-
Any [props](basic-markup#Attributes-and-props) are exposed as properties of the DOM element (as well as being readable/writable as attributes, where possible).
39+
Any [props](basic-markup#Component-props) are exposed as properties of the DOM element (as well as being readable/writable as attributes, where possible).
4040

4141
```js
4242
// @noErrors

0 commit comments

Comments
 (0)