From 87af4e420a0550ef3d833fd734b83fda69c463e1 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Wed, 29 Apr 2026 03:01:06 +0900 Subject: [PATCH] test(preact-query/ErrorBoundary): replace British 'behaviour' with American 'behavior' --- .../preact-query/src/__tests__/ErrorBoundary/ErrorBoundary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/preact-query/src/__tests__/ErrorBoundary/ErrorBoundary.ts b/packages/preact-query/src/__tests__/ErrorBoundary/ErrorBoundary.ts index c4465e214cc..fb1d0bcb8cb 100644 --- a/packages/preact-query/src/__tests__/ErrorBoundary/ErrorBoundary.ts +++ b/packages/preact-query/src/__tests__/ErrorBoundary/ErrorBoundary.ts @@ -49,7 +49,7 @@ export class ErrorBoundary extends Component< componentDidCatch(error: Error, info: ErrorInfo) { /** - * To emulate the react behaviour of console.error + * To emulate the react behavior of console.error * we add one here to show that the errors bubble up * to the system and can be seen in the console */