From 645b37d37f24ded1bd56d2a3e2270edecba979f0 Mon Sep 17 00:00:00 2001 From: Damien Caro Date: Sat, 16 Nov 2024 21:43:55 -0800 Subject: [PATCH] Fixed a typo in the `/replace` command (#302) --- shell/agents/Microsoft.Azure.Agent/Command.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/agents/Microsoft.Azure.Agent/Command.cs b/shell/agents/Microsoft.Azure.Agent/Command.cs index b706e97..fe22699 100644 --- a/shell/agents/Microsoft.Azure.Agent/Command.cs +++ b/shell/agents/Microsoft.Azure.Agent/Command.cs @@ -167,7 +167,7 @@ private void ReplaceAction() if (_values.Count > 0) { host.RenderDivider("Summary", DividerAlignment.Left); - host.WriteLine("\nThe following placeholders will be replace:"); + host.WriteLine("\nThe following placeholders will be replaced:"); host.RenderList(_values); host.RenderDivider("Regenerate", DividerAlignment.Left);