From ae2b537964cb6fd210be3924ee5414907d24627e Mon Sep 17 00:00:00 2001 From: uyamazak Date: Thu, 22 Sep 2022 16:31:02 +0900 Subject: [PATCH] fix return type --- docs/content/1.getting-started/8.error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/8.error-handling.md b/docs/content/1.getting-started/8.error-handling.md index 6b0541f15fc..dcc2fc1c011 100644 --- a/docs/content/1.getting-started/8.error-handling.md +++ b/docs/content/1.getting-started/8.error-handling.md @@ -73,7 +73,7 @@ const handleError = () => clearError({ redirect: '/' }) ### `useError` -* `function useError (): Ref` +* `function useError (): Ref` This function will return the global Nuxt error that is being handled.