We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790ee17 commit 73693beCopy full SHA for 73693be
aio/tools/transforms/templates/cli/cli-command.template.html
@@ -20,7 +20,7 @@ <h2 class="no-anchor">
20
{% endif%}
21
22
{% if doc.subcommands.length %}
23
- <p>This command has the following <a href="#{$ doc.name $}-commands">commands</a>:<p>
+ <p>This command has the following <a href="#{$ doc.name $}-commands">sub-commands</a>:<p>
24
<ul>
25
{% for subcommand in doc.subcommands %}
26
<li><a class="code-anchor" href="#{$ subcommand.name $}-command">{$ subcommand.name $}</a></li>
0 commit comments