mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 01:39:28 -06:00
Add missing apostrophe to codefix suggestion
This commit is contained in:
parent
e2100cd2cc
commit
583dbc571e
@ -677,7 +677,7 @@ namespace ts.refactor.extractSymbol {
|
||||
case SyntaxKind.ArrowFunction:
|
||||
return "arrow function";
|
||||
case SyntaxKind.MethodDeclaration:
|
||||
return `method '${scope.name.getText()}`;
|
||||
return `method '${scope.name.getText()}'`;
|
||||
case SyntaxKind.GetAccessor:
|
||||
return `'get ${scope.name.getText()}'`;
|
||||
case SyntaxKind.SetAccessor:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user