From 9c00ffc1b9fa1f32734ecf49e71ab5301f3f120d Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Fri, 9 Sep 2022 10:13:54 -0500 Subject: [PATCH] Fix typo in show-error.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …use `showError` to show an error error. --> …use `showError` to show an error. --- docs/content/3.api/3.utils/show-error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/3.utils/show-error.md b/docs/content/3.api/3.utils/show-error.md index ff128c9b0bd..f54bf7c7221 100644 --- a/docs/content/3.api/3.utils/show-error.md +++ b/docs/content/3.api/3.utils/show-error.md @@ -2,7 +2,7 @@ Nuxt provides a quick and simple way to show a full screen error page if needed. -Within your pages, components and plugins you can use `showError` to show an error error. +Within your pages, components and plugins you can use `showError` to show an error. **Parameters:**