Skip to content

Commit

Permalink
Use prettier to fix formatting in docs/src/languages/lua.md + fix…
Browse files Browse the repository at this point in the history
… typo (#24118)

Release Notes:

- N/A
  • Loading branch information
mgsloan authored Feb 3, 2025
1 parent f14ef40 commit 52aed48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/languages/lua.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
```

Expand Down

0 comments on commit 52aed48

Please sign in to comment.