From afde25a5cb3fdfa1a736443ffe05ff1f575f6ba5 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 8 Apr 2025 18:05:58 -0600 Subject: [PATCH] Fix a docs typo (#28384) Closes https://github.com/zed-industries/zed/pull/28053 Release Notes: - N/A --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1ec4c122ae..84738fff92 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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