Skip to content

Commit

Permalink
Fixed autolinker prism plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 16, 2024
1 parent a048025 commit b1a9cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
return {
name: item.name,
slug: item.slug,
module: item.attributes.find(attribute => attribute.name === 'DSL')?.arguments.module.toLowerCase()
module: item.attributes.find(attribute => attribute.name === 'DocumentationDSL')?.arguments.module.toLowerCase()
};
});

Expand Down

0 comments on commit b1a9cd5

Please sign in to comment.