Skip to content

Commit

Permalink
Update plugins/api-docs-spectral-linter/src/api/types.ts
Browse files Browse the repository at this point in the history
improve naming

Co-authored-by: David Weber <[email protected]>
  • Loading branch information
jeffersongirao and dweber019 authored Jun 9, 2024
1 parent 8129b47 commit 37cac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/api-docs-spectral-linter/src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export type LinterResultData = {
code?: string | number;

/**
* The processed api definition
* The formatted api definition
*/
definition: string;
};
Expand Down

0 comments on commit 37cac56

Please sign in to comment.