Skip to content

Commit 737b73a

Browse files
committed
the hell?
1 parent 24e2872 commit 737b73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function mount(component, options) {
118118
* events?: { [Property in keyof Events]: (e: Events[Property]) => any };
119119
* context?: Map<any, any>;
120120
* intro?: boolean;
121-
* recover?: false;
121+
* recover?: boolean;
122122
* }} options
123123
* @returns {Exports}
124124
*/

0 commit comments

Comments
 (0)