Skip to content

Commit 691894b

Browse files
Update docs/pages/cdp/cdp-Deploying-your-first-nodejs-app.md
Co-Authored-By: tasha-m-k <[email protected]>
1 parent e1ae61d commit 691894b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/cdp/cdp-Deploying-your-first-nodejs-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ CICS TS V5.5 introduced support to run Node.js applications and is required by t
6161

6262
A progress bar is shown with status messages as the CICS bundle is deployed and the application is started. This can take a few minutes. If there are errors, retry with the `--verbose` option for more detailed output, or refer to [Troubleshooting](cdp-Troubleshooting-General).
6363

64-
This will result in a CICS BUNDLE resource named `Express` to be created, installed and enabled in CICS. If the BUNDLE `Express` was ready defined or installed in CICS, it will be undeployed first. As the BUNDLE is enabled, the Node.js application is started.
64+
This results in a CICS BUNDLE resource named `Express` to be created, installed and enabled in CICS. If the BUNDLE `Express` was already defined or installed in CICS, it is undeployed first. As the BUNDLE is enabled, the Node.js application is started.
6565

6666
6. Test the Node.js application.
6767

0 commit comments

Comments
 (0)