diff --git a/shell/agents/Microsoft.Azure.Agent/Command.cs b/shell/agents/Microsoft.Azure.Agent/Command.cs index b706e977..fe22699f 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);