docs: Fix grammar in sentence about overridden dev extension (#39968)

Added missing comma after "After installing" and removed duplicated
"that" in developing-extensions.md.

Release Notes:

- N/A
This commit is contained in:
Shoghy Martinez
2025-10-10 19:21:18 +02:00
committed by GitHub
parent a54cf3c74e
commit eb8510cb39
+1 -1
View File
@@ -25,7 +25,7 @@ If you need to troubleshoot, you can check the Zed.log ({#action zed::OpenLog})
If you already have a published extension with the same name installed, your dev extension will override it.
After installing the `Extensions` page will indicate that that the upstream extension is "Overridden by dev extension".
After installing, the `Extensions` page will indicate that the upstream extension is "Overridden by dev extension".
Pre-installed extensions with the same name have to be uninstalled before installing the dev extension. See [#31106](https://github.com/zed-industries/zed/issues/31106) for more.