Use prettier to fix formatting in docs/src/languages/lua.md + fix typo (#24118)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-02-03 04:58:33 +00:00
committed by GitHub
parent f14ef40a13
commit 52aed4849a
+1 -1
View File
@@ -23,7 +23,7 @@ See [LuaLS Settings Documentation](https://luals.github.io/wiki/settings/) for a
"indent_style": "space",
"indent_size": "4"
},
"workspace.library": ["../soemdir/library"]
"workspace.library": ["../somedir/library"]
}
```