Skip to content

Commit 9aac677

Browse files
committed
fixup!
1 parent 8fcaa43 commit 9aac677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/parser/__tests__/index.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('transformTypeToReferenceLink', () => {
1212
it('should transform a JavaScript primitive type into a Markdown link', () => {
1313
strictEqual(
1414
transformTypeToReferenceLink('string'),
15-
'[`<string>`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type)'
15+
'[`<string>`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type)'
1616
);
1717
});
1818

0 commit comments

Comments
 (0)