Skip to content

Commit cd738f0

Browse files
author
Ryan Jacobs
committed
Update caption to match image.
Image says "Concerned pug" but <figcaption> was "Sceptical pug".
1 parent c1d7c9e commit cd738f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/lesson6/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ We've already seen that we can put images in our page using the `<img>` tag, but
6060

6161
```html
6262
<figure>
63-
<img src="assets/images/pug.png">
63+
<img src="assets/images/concerned-pug.png">
6464
<figcaption>
65-
Sceptical pug
65+
Concerned pug
6666
</figcaption>
6767
</figure>
6868
```

0 commit comments

Comments
 (0)