Skip to content

Commit 645b37d

Browse files
authored
Fixed a typo in the /replace command (#302)
1 parent 8ca95bd commit 645b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/agents/Microsoft.Azure.Agent/Command.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private void ReplaceAction()
167167
if (_values.Count > 0)
168168
{
169169
host.RenderDivider("Summary", DividerAlignment.Left);
170-
host.WriteLine("\nThe following placeholders will be replace:");
170+
host.WriteLine("\nThe following placeholders will be replaced:");
171171
host.RenderList(_values);
172172

173173
host.RenderDivider("Regenerate", DividerAlignment.Left);

0 commit comments

Comments
 (0)