From fb6cc8794f360acf0c0671502bb456ae7233fc88 Mon Sep 17 00:00:00 2001 From: Yacine Hmito <6893840+yacinehmito@users.noreply.github.com> Date: Fri, 5 Sep 2025 17:56:40 +0200 Subject: [PATCH] Fix typo in development docs for macOS (#37607) Release Notes: - N/A --- docs/src/development/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/development/macos.md b/docs/src/development/macos.md index c7e92623d4e226cb575da524fd8241fba3730fd6..851e2efdd7cdf15b9617445fe065149da8a5721f 100644 --- a/docs/src/development/macos.md +++ b/docs/src/development/macos.md @@ -33,7 +33,7 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed). ### Backend Dependencies (optional) {#backend-dependencies} -If you are looking to develop Zed collaboration features using a local collabortation server, please see: [Local Collaboration](./local-collaboration.md) docs. +If you are looking to develop Zed collaboration features using a local collaboration server, please see: [Local Collaboration](./local-collaboration.md) docs. ## Building Zed from Source