docs: fix code example to ensure consistency in file (#26577)
PR Close #26577
This commit is contained in:
parent
509aa61619
commit
c5ce4e62c6
|
@ -74,7 +74,10 @@ Command syntax is shown as follows:
|
|||
* Option names are prefixed with a double dash (--).
|
||||
Option aliases are prefixed with a single dash (-).
|
||||
Arguments are not prefixed.
|
||||
For example: `ng build my-app -c production`
|
||||
For example:
|
||||
<code-example format="." language="bash">
|
||||
ng build my-app -c production
|
||||
</code-example>
|
||||
|
||||
* Typically, the name of a generated artifact can be given as an argument to the command or specified with the --name option.
|
||||
|
||||
|
|
Loading…
Reference in New Issue