Skip to content

Commit 73693be

Browse files
alan-agius4alxhub
authored andcommitted
docs: improve grammer in CLI command template (#47891)
Before ``` This command has the following commands: ``` Now ``` This command has the following sub-commands: ``` PR Close #47891
1 parent 790ee17 commit 73693be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/tools/transforms/templates/cli/cli-command.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2 class="no-anchor">
2020
{% endif%}
2121

2222
{% if doc.subcommands.length %}
23-
<p>This command has the following <a href="#{$ doc.name $}-commands">commands</a>:<p>
23+
<p>This command has the following <a href="#{$ doc.name $}-commands">sub-commands</a>:<p>
2424
<ul>
2525
{% for subcommand in doc.subcommands %}
2626
<li><a class="code-anchor" href="#{$ subcommand.name $}-command">{$ subcommand.name $}</a></li>

0 commit comments

Comments
 (0)