Skip to content

Commit 872a578

Browse files
Added missing space in example (#2366)
1 parent 5a612e6 commit 872a578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/components/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bundle: links
1010
By default `<a>` elements already use the right link color and apply an underline on hover. So in most cases the `.Link` class is not really needed.
1111

1212
```html live
13-
Some text with a <a href="#url">link</a>
13+
Some text with a <a href="#url">link</a>
1414
Some text with a <a href="#url" class="Link">link</a>
1515
```
1616

0 commit comments

Comments
 (0)