Skip to content

Commit c4b90f5

Browse files
committed
tweak
1 parent 203c716 commit c4b90f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/examples/starter/src/framework/error-boundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import React from 'react'
44

5-
// Minimal ErrorBoundary implementation to handel errors globally
5+
// Minimal ErrorBoundary example to handel errors globally on browser
66
export function GlobalErrorBoundary(props: { children?: React.ReactNode }) {
77
return (
88
<ErrorBoundary errorComponent={DefaultGlobalErrorPage}>

0 commit comments

Comments
 (0)