Skip to content

Commit c5ab5a1

Browse files
authored
test(preact-query/ErrorBoundary): replace British 'behaviour' with American 'behavior' (TanStack#10605)
1 parent 87f7ccf commit c5ab5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/preact-query/src/__tests__/ErrorBoundary/ErrorBoundary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class ErrorBoundary extends Component<
4949

5050
componentDidCatch(error: Error, info: ErrorInfo) {
5151
/**
52-
* To emulate the react behaviour of console.error
52+
* To emulate the react behavior of console.error
5353
* we add one here to show that the errors bubble up
5454
* to the system and can be seen in the console
5555
*/

0 commit comments

Comments
 (0)