Skip to content

Commit 5eacdfc

Browse files
authored
Fix typo in troubleshooting.md (#2270)
1 parent 7c6ace2 commit 5eacdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/page/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Troubleshooting
77
- Look for `lsp-mode` variable to customize server path. Usually, you may find the variable by doing:
88
<kbd>M-x</kbd> `customize-group` <kbd>RET</kbd> `lsp-LANGUAGE-SERVER-ID`.
99
- Set `lsp-log-io` to `t` to inspect communication between client and the server. Use `lsp-workspace-show-log` to switch to the corresponding log buffer.
10-
- `lsp-describe-session` will show the current projects roots + the started severs and allows inspecting the server capabilities:
10+
- `lsp-describe-session` will show the current projects roots + the started servers and allows inspecting the server capabilities:
1111

1212
![Describe session](../examples/describe.png)
1313
- If you manage your Emacs packages with the built-in `package.el`, we recommend the following procedure to update your packages:

0 commit comments

Comments
 (0)