From 53815af2d27493d60b510c31ba994df6fadab229 Mon Sep 17 00:00:00 2001 From: Justy Date: Thu, 16 May 2024 11:44:48 -0700 Subject: [PATCH] Fix small markdown typo in Windows docs (#11888) Fixed a small issue in the windows docs where a note wasn't displaying correctly Release Notes: - N/A --- docs/src/development/windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index 9b7bddfbe6..dc04b59494 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -23,7 +23,8 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed). - Install [Visual Studio](https://visualstudio.microsoft.com/downloads/) with optional component `MSVC v*** - VS YYYY C++ x64/x86 build tools` and install Windows 11 or 10 SDK depending on your system -> [!NOTE] > `v***` is your VS version and `YYYY` is year when your VS was released. +> [!NOTE] +> `v***` is your VS version and `YYYY` is year when your VS was released. ## Backend dependencies