Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersongirao authored and dweber019 committed Jun 8, 2024
1 parent cb3a927 commit 308820c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const EntityApiDocsSpectralLinterContent = () => {
link: ruleResult.ruleDocumentationUrl
} : undefined
}>
<MarkdownContent content={ ruleResult.ruleDescription || "" }></MarkdownContent>
<MarkdownContent content={ ruleResult.ruleDescription || "" } />
<CodeSnippet
text={previewContent(
entity.spec.definition,
Expand Down

0 comments on commit 308820c

Please sign in to comment.