Skip to content

Commit

Permalink
Fix typo in helpers.ts (#45365)
Browse files Browse the repository at this point in the history
funtions
  • Loading branch information
eltociear committed Aug 9, 2021
1 parent 75cb8b2 commit 5e496d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/refactors/helpers.ts
@@ -1,7 +1,7 @@
/* @internal */
namespace ts.refactor {
/**
* Returned by refactor funtions when some error message needs to be surfaced to users.
* Returned by refactor functions when some error message needs to be surfaced to users.
*/
export interface RefactorErrorInfo {
error: string;
Expand All @@ -22,4 +22,4 @@ namespace ts.refactor {
if(!requested) return true;
return known.substr(0, requested.length) === requested;
}
}
}

0 comments on commit 5e496d5

Please sign in to comment.