Skip to content

Commit 14f3458

Browse files
committed
fix
1 parent 4d3bd63 commit 14f3458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/05-special-elements/01-svelte-boundary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Boundaries allow you to 'wall off' parts of your app, so that you can:
1616

1717
If a boundary handles an error (with a `failed` snippet or `onerror` handler, or both) its existing content will be removed.
1818

19-
> Errors occurring outside the rendering process (for example, in event handlers or after a `setTimeout` or async work) are _not_ caught by error boundaries.
19+
> [!NOTE] Errors occurring outside the rendering process (for example, in event handlers or after a `setTimeout` or async work) are _not_ caught by error boundaries.
2020
2121
## Properties
2222

0 commit comments

Comments
 (0)