We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42e611 commit 42d3d59Copy full SHA for 42d3d59
1 file changed
src/index.d.ts
@@ -170,7 +170,7 @@ export default class MagicString {
170
indentExclusionRanges: ExclusionRange | Array<ExclusionRange>;
171
172
/**
173
- * Moves the characters from `start and `end` to `index`.
+ * Moves the characters from `start` and `end` to `index`.
174
*/
175
move(start: number, end: number, index: number): this;
176
0 commit comments