Skip to content

Commit 3990a6b

Browse files
trueadmRich-Harris
andauthored
Update packages/svelte/src/internal/client/reactivity/props.js
Co-authored-by: Rich Harris <[email protected]>
1 parent d04eddd commit 3990a6b

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export function spread_props(...props) {
245245
* @param {Derived} current_value
246246
* @returns {boolean}
247247
*/
248-
function has_destoyed_component_ctx(current_value) {
248+
function has_destroyed_component_ctx(current_value) {
249249
return current_value.ctx?.d ?? false;
250250
}
251251

0 commit comments

Comments
 (0)