Fix a docs typo (#28384)

Closes https://github.com/zed-industries/zed/pull/28053

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-04-08 18:05:58 -06:00 committed by GitHub
parent 9f708ee789
commit afde25a5cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ Putting binary assets such as images in the Git repository will bloat the reposi
The table of contents files (`theme/page-toc.js` and `theme/page-doc.css`) were initially generated by [`mdbook-pagetoc`](https://crates.io/crates/mdbook-pagetoc).
Since all this preprocessor does does is generate the static assets, we don't need to keep it around once they have been generated.
Since all this preprocessor does is generate the static assets, we don't need to keep it around once they have been generated.
## Referencing Keybindings and Actions