From 157a71277428d36bcc3acf4ff1a4139f566568f3 Mon Sep 17 00:00:00 2001 From: John Church Date: Sun, 12 Sep 2021 20:03:27 -0700 Subject: [PATCH] docs: corrected typo --- docs/content/en/2.components/1.nuxt-img.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/2.components/1.nuxt-img.md b/docs/content/en/2.components/1.nuxt-img.md index 696affbf1..ec76f18d8 100644 --- a/docs/content/en/2.components/1.nuxt-img.md +++ b/docs/content/en/2.components/1.nuxt-img.md @@ -26,7 +26,7 @@ Will result in: ``` :::alert{type="info"} -With [default provider](/getting-started/providers#default-provider), you should put `/nuxt-icon.png` inside `static/` directory for making above example working. +With [default provider](/getting-started/providers#default-provider), you should put `/nuxt-icon.png` inside `static/` directory to make the above example work. ::: ## Props