Skip to content

Commit 9d47546

Browse files
authored
Fix typo (#43)
* fix: `--configpath` typo * fix: link
1 parent 84257f4 commit 9d47546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/wiki/configuration.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The language server is highly configurable. You can view all of the settings in
1212

1313
The language server loads its settings from one of the following sources, in order of priority:
1414

15-
1. The file specified by [`--config-path`](/wiki/arguments#config-path).
16-
2. A [`.luarc.json`]() file in the workspace.
15+
1. The file specified by [`--configpath`](/wiki/usage#--configpath).
16+
2. A [`.luarc.json`](#luarcjson-file) file in the workspace.
1717
3. The configuration file sent from the LSP client (like [`settings.json`](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) from VS Code).
1818

1919
## Configuration File

0 commit comments

Comments
 (0)