From 7c0667d2158663a4335eb93b2950bd228dc5a2aa Mon Sep 17 00:00:00 2001 From: Sander Vanneste Date: Sat, 18 May 2019 22:59:29 +0200 Subject: [PATCH] docs: delete double dashes on ng command in testing guide (#30551) Closes #30550 PR Close #30551 --- aio/content/guide/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index d0ef1a99f3..b62d61417e 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -218,8 +218,8 @@ exports.config = config; Now you can run the following commands to use the `--no-sandbox` flag: - ng test -- --no-watch --no-progress --browsers=ChromeHeadlessCI - ng e2e -- --protractor-config=e2e/protractor-ci.conf.js + ng test --no-watch --no-progress --browsers=ChromeHeadlessCI + ng e2e --protractor-config=e2e/protractor-ci.conf.js