Skip to content

Commit b723737

Browse files
committed
couple more
1 parent df6e463 commit b723737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/src/main/main-client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { is_array } from '../internal/client/utils.js';
1717
*
1818
* If a function is returned _synchronously_ from `onMount`, it will be called when the component is unmounted.
1919
*
20-
* `onMount` does not run inside a [server-side component](/docs#run-time-server-side-component-api).
20+
* `onMount` does not run inside a [server-side component](https://svelte.dev/docs#run-time-server-side-component-api).
2121
*
2222
* https://svelte.dev/docs/svelte#onmount
2323
* @template T
@@ -107,7 +107,7 @@ function create_custom_event(type, detail, { bubbles = false, cancelable = false
107107
}
108108

109109
/**
110-
* Creates an event dispatcher that can be used to dispatch [component events](/docs#template-syntax-component-directives-on-eventname).
110+
* Creates an event dispatcher that can be used to dispatch [component events](https://svelte.dev/docs#template-syntax-component-directives-on-eventname).
111111
* Event dispatchers are functions that can take two arguments: `name` and `detail`.
112112
*
113113
* Component events created with `createEventDispatcher` create a

0 commit comments

Comments
 (0)