Skip to content

Commit 0133a3c

Browse files
committed
Merge pull request #151 from ryanmjacobs/update-caption
Update caption to match image.
2 parents c1d7c9e + cd738f0 commit 0133a3c

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)