Skip to content

Commit 3eefaa9

Browse files
authored
docs: fix typo (#1861)
1 parent d8d4a73 commit 3eefaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/tutorials/1.creating-blog-with-nuxt-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ And of course we should link from our blog post to our new author page.
819819

820820
```html{}[components/Author.vue]
821821
<NuxtLink :to="`/blog/author/${author.name}`">
822-
<img :src="author.img" />
822+
<img :src="author.image" />
823823
<div>
824824
<h4>Author</h4>
825825
<p>{{ author.name }}</p>

0 commit comments

Comments
 (0)