From c235bd5df4c61fb03203bcfeb7ba0e15bad61c33 Mon Sep 17 00:00:00 2001 From: saumyapandyaa <64671058+saumyapandyaa@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:52:05 -0400 Subject: [PATCH] Removed extra options to stop dev mode (#211) Co-authored-by: Gilbert Kwan --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index cdc2a6e..23b566b 100644 --- a/README.adoc +++ b/README.adoc @@ -331,7 +331,7 @@ ifdef::cloud-hosted[] Whenever you change and build your Angular implementation, the changes are automatically reflected at the URL for the launched application. endif::[] -When you are done checking the application root, exit dev mode by pressing `CTRL+C` in the command-line session where you ran the Liberty, or by typing `q` and then pressing the `enter/return` key. +When you are done checking the application root, exit dev mode by pressing `CTRL+C` in the command-line session where you ran the Liberty. Although the Angular application that this guide shows you how to build is simple, when you build more complex Angular applications, testing becomes a crucial part of your development lifecycle. If you need to write test cases, follow the official unit testing and end-to-end testing documentation on the https://angular.io/guide/testing[official Angular page^].