We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cb8b2 commit 5e496d5Copy full SHA for 5e496d5
src/services/refactors/helpers.ts
@@ -1,7 +1,7 @@
1
/* @internal */
2
namespace ts.refactor {
3
/**
4
- * 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.
5
*/
6
export interface RefactorErrorInfo {
7
error: string;
@@ -22,4 +22,4 @@ namespace ts.refactor {
22
if(!requested) return true;
23
return known.substr(0, requested.length) === requested;
24
}
25
-}
+}
0 commit comments