Skip to content

Commit fff0bbe

Browse files
committed
Fix Typo
1 parent f6060fe commit fff0bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/TextDocument/RenameService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ private TextEdit GetRenameFunctionEdit(Ast candidate)
380380

381381
if (command.CommandElements[0] is not StringConstantExpressionAst funcName)
382382
{
383-
throw new InvalidOperationException("Command element should always have a string expresssion as its first item. This is a bug and you should report it.");
383+
throw new InvalidOperationException("Command element should always have a string expression as its first item. This is a bug and you should report it.");
384384
}
385385

386386
return new TextEdit()

0 commit comments

Comments
 (0)