Skip to content

Commit 71d75eb

Browse files
authored
Change server to runtime or instance (#209)
* Change server to runtime or instance * Update README.adoc * Rerun test
1 parent cf5842a commit 71d75eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The template contains a [hotspot=artistsDiv]`div` element that is enumerated by
272272

273273
== Building the front end
274274

275-
The Open Liberty server is already started, and the REST service is running. In a new command-line session, build the front end by running the following command in the `start` directory:
275+
The Open Liberty instance is already started, and the REST service is running. In a new command-line session, build the front end by running the following command in the `start` directory:
276276

277277
// Static guide instruction
278278
ifndef::cloud-hosted[]
@@ -331,7 +331,7 @@ ifdef::cloud-hosted[]
331331
Whenever you change and build your Angular implementation, the changes are automatically reflected at the URL for the launched application.
332332
endif::[]
333333

334-
When you are done checking the application root, exit dev mode by pressing `CTRL+C` in the command-line session where you ran the server, or by typing `q` and then pressing the `enter/return` key.
334+
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.
335335

336336
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^].
337337

0 commit comments

Comments
 (0)