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 d7b586be34250ff83205257df3d147513bc9e401..a0f9af5f264d7a90bea98dcf567156a414ad8216 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 65e65f4cc1a5df4eeebcec83fd985468d9866d6b..ccbc17b708b0d4691d69eea56279cc295d2c48da 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