Skip to content

Commit 80e548f

Browse files
committed
Fix typo
1 parent 884423b commit 80e548f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/app-service-web-get-started-nodejs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,12 @@ You can view log output (calls to `console.log`) from the app directly in the VS
142142
143143
![Enable Logging and Restart](containers/media/quickstart-nodejs/enable-restart.png)
144144
145-
1. After a few seconds, the output window shows a message indicating that you're connected to the log-streaming service:. You can generate more output activity by refreshing the page in the browser.
145+
1. After a few seconds, the output window shows a message indicating that you're connected to the log-streaming service. You can generate more output activity by refreshing the page in the browser.
146146

147147
<pre>
148148
Connecting to log stream...
149-
2020-03-04T19:29:44 Welcome, you are now connected to log-streaming service. The default timeout is 2 hours. Change the timeout with the App Setting SCM_LOGSTREAM_TIMEOUT (in seconds).
149+
2020-03-04T19:29:44 Welcome, you are now connected to log-streaming service. The default timeout is 2 hours.
150+
Change the timeout with the App Setting SCM_LOGSTREAM_TIMEOUT (in seconds).
150151
</pre>
151152

152153
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)