Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Jan 23, 2025
1 parent ff9b30b commit 3f97e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/links/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
return [];
}

var rels = key.split(/[^w\-]+/);
var rels = key.split(/[^\w-]+/);
// Unique values.
rels = [...new Set(rels)];
// Filter empty.
Expand Down

0 comments on commit 3f97e96

Please sign in to comment.