language-server: fix 'occured' -> 'occurred' in HTML data provider#3008
language-server: fix 'occured' -> 'occurred' in HTML data provider#3008SAY-5 wants to merge 1 commit intosveltejs:masterfrom
Conversation
Description string in packages/language-server/src/plugins/html/dataProvider.ts line 377 read 'error occured within the boundary'. Fixed to 'occurred'. String-literal-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
|
|
Closing — typo-only PR. Multiple maintainers across the OSS ecosystem have flagged my recent typo-sweep PRs as AI-generated spam (notably hashicorp/nomad#27855, hashicorp/hcl#794, argo-cd reviewers). I should have caught this pattern sooner. Apologies for the noise. |
Description string in
packages/language-server/src/plugins/html/dataProvider.tsline 377 readserror occured within the boundary. Fixed tooccurred. This string surfaces in IDE hover/completions. String-literal-only change.