Skip to content

Commit c2ee202

Browse files
Ikko AshimineBobobUnicorn
Ikko Ashimine
authored andcommitted
Fix typo in helpers.ts (microsoft#45365)
funtions
1 parent ca440d3 commit c2ee202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/refactors/helpers.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* @internal */
22
namespace ts.refactor {
33
/**
4-
* Returned by refactor funtions when some error message needs to be surfaced to users.
4+
* Returned by refactor functions when some error message needs to be surfaced to users.
55
*/
66
export interface RefactorErrorInfo {
77
error: string;
@@ -22,4 +22,4 @@ namespace ts.refactor {
2222
if(!requested) return true;
2323
return known.substr(0, requested.length) === requested;
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)