Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
golozubov committed Jul 10, 2024
1 parent cdb9876 commit 8bf19bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils/parse-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('parse-text', () => {
);
});

it('should not return links inside spoilders', () => {
it('should not return links inside spoilers', () => {
expect(
getFirstLinkToEmbed('abc <spoiler>https://link1.com</spoiler> https://link2.com def'),
'to be',
Expand Down

0 comments on commit 8bf19bd

Please sign in to comment.