diff options
author | nicrd <[email protected]> | 2019-09-26 02:49:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-26 02:49:52 +0100 |
commit | b0f992a351d986f10118c85b6b3111983a7c1d04 (patch) | |
tree | 11881656effbbef29095230d104135772d640ccc /docs/user | |
parent | 870ce4b1a50a07e3a536ab26215804acdfc9ba8a (diff) |
Missing word
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index 93e565315..eb81cba26 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -5,7 +5,7 @@ you can use <kbd>Ctrl+Shift+P</kbd> to search for the corresponding action. | |||
5 | ### Workspace Symbol <kbd>ctrl+t</kbd> | 5 | ### Workspace Symbol <kbd>ctrl+t</kbd> |
6 | 6 | ||
7 | Uses fuzzy-search to find types, modules and function by name across your | 7 | Uses fuzzy-search to find types, modules and function by name across your |
8 | project and dependencies. This **the** most useful feature, which improves code | 8 | project and dependencies. This is **the** most useful feature, which improves code |
9 | navigation tremendously. It mostly works on top of the built-in LSP | 9 | navigation tremendously. It mostly works on top of the built-in LSP |
10 | functionality, however `#` and `*` symbols can be used to narrow down the | 10 | functionality, however `#` and `*` symbols can be used to narrow down the |
11 | search. Specifically, | 11 | search. Specifically, |