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-02 21:58:33 -07:00 committed by GitHub
parent f14ef40a13
commit 52aed4849a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"]
}
```