fix: correct 'occured' typo in svelte:boundary onerror description by DucMinhNe · Pull Request #3039 · sveltejs/language-tools (original) (raw)

Summary

Fixes a typo occuredoccurred in the IntelliSense description for the onerror attribute of <svelte:boundary>.

This text is surfaced to users in editor autocomplete/hover (via the HTML data provider in the Svelte language server):

{ name: 'onerror', description: 'Called when an error occurred within the boundary' }

Spelling only — no behavior change.