From 642317ec06f257495452fb552b17941cc896c2e9 Mon Sep 17 00:00:00 2001 From: Bryan Parno Date: Sun, 3 Nov 2024 14:05:04 -0500 Subject: [PATCH] Typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 265a74252363..31a75b7439fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,6 +66,6 @@ yarn add --dev @tsconfig/strictest ``` cargo xtask dist --client-patch-version 42 ``` -which will cause a copy of the server to be places in `editors/code/server/` +which will cause a copy of the server to be placed in `editors/code/server/` The number you pass in will be concatenated to "0.4" to form the extension's version number.