docs: Fix typo in Svelte docs (#14649)

Marshall Bowers created

This PR fixes a typo in the Svelte docs to reflect the fixes from
#14614.

Release Notes:

- N/A

Change summary

docs/src/languages/svelte.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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": {