mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
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
This commit is contained in:
parent
ff85f1d608
commit
959fbd5e45
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Zed sets the following initialization options for inlay Hints:
|
|||
"propertyDeclarationTypes": {
|
||||
"enabled": true
|
||||
},
|
||||
"functionLikeReturnType": {
|
||||
"functionLikeReturnTypes": {
|
||||
"enabled": true
|
||||
},
|
||||
"enumMemberValues": {
|
||||
|
|
Loading…
Reference in a new issue