Skip to content

Commit

Permalink
Update packages/plugin-doc-coverage/src/lib/constants.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
  • Loading branch information
aramirezj and BioPhoton authored Dec 23, 2024
1 parent b3105ae commit 89893a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-doc-coverage/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AUDITS_MAP: Record<AuditSlug, Audit> = {
'functions-coverage': {
slug: 'functions-coverage',
title: 'Functions coverage',
description: 'Coverage of functions',
description: 'Documentation coverage of functions',
},
'interfaces-coverage': {
slug: 'interfaces-coverage',
Expand Down

0 comments on commit 89893a0

Please sign in to comment.