Skip to content

Commit c9cf40f

Browse files
committed
Adjust formatting
1 parent 1549e38 commit c9cf40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo-scripts/api-documenter/src/cli/MarkdownAction.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export class MarkdownAction extends BaseAction {
4242
parameterLongName: '--sort-functions',
4343
argumentName: 'PRIORITY_PARAMS',
4444
description:
45-
`Sorts functions tables and listings by first parameter.` +
46-
` Provide comma-separated strings for preferred params to be ` +
45+
`Sorts functions tables and listings by first parameter. ` +
46+
`Provide comma-separated strings for preferred params to be ` +
4747
`ordered first. Alphabetical otherwise.`
4848
});
4949
}

0 commit comments

Comments
 (0)