From 611b96627b873c1dcfd9ad5f87124c8c019d8be3 Mon Sep 17 00:00:00 2001 From: Andy Brauninger <43097655+abrauninger@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:43:50 -0700 Subject: [PATCH] Fix typo in development docs for Windows and Linux (#37925) Fixes same typo ("collabortation") as #37607 but for the Windows and Linux dev docs. Release Notes: - N/A --- docs/src/development/linux.md | 2 +- docs/src/development/windows.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/development/linux.md b/docs/src/development/linux.md index d7b586be34..a0f9af5f26 100644 --- a/docs/src/development/linux.md +++ b/docs/src/development/linux.md @@ -18,7 +18,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 from source diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index 65e65f4cc1..ccbc17b708 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -68,7 +68,7 @@ The list can be obtained as follows: ### 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. ### Notes