Skip to content

Commit

Permalink
chore: fix move jsdoc typo (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Oct 24, 2024
1 parent b42e611 commit 42d3d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default class MagicString {
indentExclusionRanges: ExclusionRange | Array<ExclusionRange>;

/**
* Moves the characters from `start and `end` to `index`.
* Moves the characters from `start` and `end` to `index`.
*/
move(start: number, end: number, index: number): this;
/**
Expand Down

0 comments on commit 42d3d59

Please sign in to comment.