Skip to content

Commit 7c0667d

Browse files
sandervnjasonaden
authored andcommitted
docs: delete double dashes on ng command in testing guide (angular#30551)
Closes angular#30550 PR Close angular#30551
1 parent f6bf892 commit 7c0667d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aio/content/guide/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ exports.config = config;
218218
Now you can run the following commands to use the `--no-sandbox` flag:
219219

220220
<code-example language="sh" class="code-shell">
221-
ng test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
222-
ng e2e -- --protractor-config=e2e/protractor-ci.conf.js
221+
ng test --no-watch --no-progress --browsers=ChromeHeadlessCI
222+
ng e2e --protractor-config=e2e/protractor-ci.conf.js
223223
</code-example>
224224

225225
<div class="alert is-helpful">

0 commit comments

Comments
 (0)