diff options
| author | ST-DDT <[email protected]> | 2024-06-19 22:20:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-19 22:20:28 +0200 |
| commit | d9ce8d2da92f1df0f35e29248dc8176fd59e2116 (patch) | |
| tree | 3a91c1ed15d1bdf2b0c87be0698a3533a1fe67f4 /scripts/apidocs | |
| parent | 80d5aad652d051f6a355f9f065a5d946b7d03d3e (diff) | |
| download | faker-d9ce8d2da92f1df0f35e29248dc8176fd59e2116.tar.xz faker-d9ce8d2da92f1df0f35e29248dc8176fd59e2116.zip | |
chore: replace obsolete mentions of typedoc (#2957)
Diffstat (limited to 'scripts/apidocs')
| -rw-r--r-- | scripts/apidocs/utils/format.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/apidocs/utils/format.ts b/scripts/apidocs/utils/format.ts index ab9f524d..c6c07ee6 100644 --- a/scripts/apidocs/utils/format.ts +++ b/scripts/apidocs/utils/format.ts @@ -3,7 +3,7 @@ import { format } from 'prettier'; import prettierConfig from '../../../.prettierrc.js'; /** - * Formats markdown contents. + * Formats Markdown contents. * * @param text The text to format. */ @@ -12,7 +12,7 @@ export async function formatMarkdown(text: string): Promise<string> { } /** - * Formats typedoc contents. + * Formats TypeScript contents. * * @param text The text to format. */ |
