Skip to content

Commit b489dae

Browse files
authored
Fix typo (#3986)
1 parent 5d5825b commit b489dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/page/keybindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configured `lsp-command-map` which is bound to `lsp-keymap-prefix`
3636
| `s-l g d` | Find declarations of the symbol under point. |
3737
| `s-l g h` | Show the incoming call hierarchy for the symbol at point. (requires `lsp-treemacs`) |
3838
| `s-l g a` | Find all meaningful symbols that match pattern. |
39-
| `s-l h h` | Display the type signature and documentation of the thing at |
39+
| `s-l h h` | Display the type signature and documentation of the thing at point. |
4040
| `s-l h s` | Activate signature help. |
4141
| `s-l h g` | Trigger display hover information popup and hide it on next typing. |
4242
| `s-l r r` | Rename the symbol (and all references to it). |

0 commit comments

Comments
 (0)