docs: correct showError tip

This commit is contained in:
Julien Huang 2024-07-12 23:00:13 +02:00
parent 3c635034a1
commit 44aa5813a9
1 changed files with 1 additions and 1 deletions

View File

@ -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"}