Skip to content

Commit 0347a87

Browse files
committed
Add fixes
1 parent 822ab17 commit 0347a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
%figure{@tag_attributes}
2-
- if block_given?
2+
- if block_given?
33
= yield

docs/components/figure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ returns
2626

2727
```html
2828
<figure id="foo" class="bar">
29-
<img src="your-asset-path/matestack-logo.png" width="500" height="300" alt="logo"
29+
<img src="your-asset-path/matestack-logo.png" width="500" height="300" alt="logo"/>
3030
</figure>
3131
```

0 commit comments

Comments
 (0)