Fix TSDoc for suppressing error alerts from backendSrc (#110824)

s/true/false
This commit is contained in:
John-George Sample
2025-09-09 16:36:19 +01:00
committed by GitHub
parent 2a5e8c8f9f
commit b999807727
@@ -153,7 +153,7 @@ export function isFetchError<T = any>(e: unknown): e is FetchError<T> {
*
* @remarks
* By default, Grafana displays an error message alert if the remote call fails. To prevent this from
* happening `showErrorAlert = true` on the options object.
* happening `showErrorAlert = false` on the options object.
*
* @public
*/