Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hereistheusername committed Jul 6, 2024
1 parent e8e3c2a commit b9775a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ describe('MarkdownLink', () => {
});

describe('convert to its original type', () => {
it('should remaind unchanged', () => {
it('should remain unchanged', () => {
const link = parser.parse(getRandomURI(), `[link](to/path.md#section)`)
.links[0];
const linkEdit = MarkdownLink.createUpdateLinkEdit(link, {
Expand Down

0 comments on commit b9775a3

Please sign in to comment.