Skip to content

Commit

Permalink
Fixed a typo in the /replace command (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaro authored Nov 17, 2024
1 parent 8ca95bd commit 645b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/agents/Microsoft.Azure.Agent/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 645b37d

Please sign in to comment.