From c5ab5a1065ebb6a2a6e2802f974df10b527c1db9 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Wed, 29 Apr 2026 03:18:28 +0900 Subject: [PATCH] test(preact-query/ErrorBoundary): replace British 'behaviour' with American 'behavior' (#10605) --- .../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 */