Skip to content

Commit

Permalink
Update plugins/api-docs-spectral-linter/src/components/EntityApiDocsS…
Browse files Browse the repository at this point in the history
…pectralLinterContent/EntityApiDocsSpectralLinterContent.tsx


improve wording

Co-authored-by: David Weber <[email protected]>
  • Loading branch information
jeffersongirao and dweber019 committed Jun 10, 2024
1 parent 576e3dc commit 81447cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const EntityApiDocsSpectralLinterContent = () => {
textArray.push(`... line ${endLine + 1} in source`);

if (isPrettyPrinted) {
textArray.unshift('# To Notice: The API definition has been pretty printed for readability.\n# The line numbers will not match the actual definition unless that is exposed properly formatted.')
textArray.unshift('# Notice: The API definition has been pretty printed for readability.\n# The line numbers will not match the actual definition.')
}
return textArray.join('\n');
};
Expand Down

0 comments on commit 81447cd

Please sign in to comment.