From 5667e094aeb89478d53821c51dc5a0f6044ca111 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:40:14 -0400 Subject: [PATCH] I accidentally a word (#2524) --- ext/vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vscode/CHANGELOG.md b/ext/vscode/CHANGELOG.md index 90ea8577355..9d354821bef 100644 --- a/ext/vscode/CHANGELOG.md +++ b/ext/vscode/CHANGELOG.md @@ -6,7 +6,7 @@ - [[#2396]](https://github.com/Azure/azure-dev/pull/2396) Diagnostics have been added for `azure.yaml` files for when a path referenced as a project does not exist. - [[#2447]](https://github.com/Azure/azure-dev/pull/2447) An experience has been added to easily rename project paths referenced in `azure.yaml`. -- [[#2448]](https://github.com/Azure/azure-dev/pull/2448) Services can be added to `azure.yaml` by dragging a folder and then holding `Shift` dropping it into `azure.yaml`. +- [[#2448]](https://github.com/Azure/azure-dev/pull/2448) Services can be added to `azure.yaml` by dragging a folder and then holding `Shift` and dropping it into `azure.yaml`. ### Bugs Fixed