We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1549e38 commit c9cf40fCopy full SHA for c9cf40f
repo-scripts/api-documenter/src/cli/MarkdownAction.ts
@@ -42,8 +42,8 @@ export class MarkdownAction extends BaseAction {
42
parameterLongName: '--sort-functions',
43
argumentName: 'PRIORITY_PARAMS',
44
description:
45
- `Sorts functions tables and listings by first parameter.` +
46
- ` Provide comma-separated strings for preferred params to be ` +
+ `Sorts functions tables and listings by first parameter. ` +
+ `Provide comma-separated strings for preferred params to be ` +
47
`ordered first. Alphabetical otherwise.`
48
});
49
}
0 commit comments