Skip to content

Commit b76b85e

Browse files
authored
minor correction in keybindings.md (#2277)
`worskpace` to `workspace`
1 parent 536b6ee commit b76b85e

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
@@ -44,7 +44,7 @@ configured `lsp-command-map` which is bound to `lsp-keymap-prefix`
4444
| `s-l G g` | Peek definitions to the identifier at point. (requires `lsp-ui`) |
4545
| `s-l G r` | Peek references to the identifier at point. (requires `lsp-ui`) |
4646
| `s-l G i` | Peek implementation locations of the symbol at point. (requires `lsp-ui`) |
47-
| `s-l G s` | Peek symbols in the worskpace. (requires `lsp-ui`) |
47+
| `s-l G s` | Peek symbols in the workspace. (requires `lsp-ui`) |
4848

4949
## which-key integration
5050

0 commit comments

Comments
 (0)