Fix a typo in the multi buffers documentation (#18535)

Closes https://github.com/zed-industries/zed/issues/18533

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-09-30 15:28:46 +03:00 committed by GitHub
parent 8ae74bc6df
commit e64a86ce9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ To start a search run the `pane: Toggle Search` command (`cmd-shift-f` on macOS,
## Diagnostics ## Diagnostics
If you have a language server installed, the diagnostics pane can show you all errors across your project. You can open it by clicking on the icon in the status bar, or running the `diagnostcs: Deploy` command` ('cmd-shift-m` on macOS, `ctrl-shift-m` on Windows/Linux, or `:clist` in Vim mode). If you have a language server installed, the diagnostics pane can show you all errors across your project. You can open it by clicking on the icon in the status bar, or running the `diagnostics: Deploy` command` ('cmd-shift-m` on macOS, `ctrl-shift-m` on Windows/Linux, or `:clist` in Vim mode).
## Find References ## Find References