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.