diff --git a/docs/3.api/3.utils/show-error.md b/docs/3.api/3.utils/show-error.md index 86f29c1d31..1f67a323c0 100644 --- a/docs/3.api/3.utils/show-error.md +++ b/docs/3.api/3.utils/show-error.md @@ -25,7 +25,7 @@ showError({ The error is set in the state using [`useError()`](/docs/api/composables/use-error) to create a reactive and SSR-friendly shared error state across components. ::tip -`showError` calls the `app:error` hook. +`showError` calls the `app:error` hook client-side. :: :read-more{to="/docs/getting-started/error-handling"}