From 959fbd5e456a5172d0047f91350a2c77c730acb1 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 17 Jul 2024 10:08:20 -0400 Subject: [PATCH] docs: Fix typo in Svelte docs (#14649) This PR fixes a typo in the Svelte docs to reflect the fixes from #14614. Release Notes: - N/A --- docs/src/languages/svelte.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/svelte.md b/docs/src/languages/svelte.md index 793b317492..a048ee173f 100644 --- a/docs/src/languages/svelte.md +++ b/docs/src/languages/svelte.md @@ -22,7 +22,7 @@ Zed sets the following initialization options for inlay Hints: "propertyDeclarationTypes": { "enabled": true }, - "functionLikeReturnType": { + "functionLikeReturnTypes": { "enabled": true }, "enumMemberValues": {