Skip to content

Commit 7163f77

Browse files
authored
Update README.md
FIX: typo.
1 parent 9559aef commit 7163f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/dotnet8/logging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ in this lesson, however, it is often desirable to use a separate file for the lo
100100
101101
As your isolated worker process runs – as its name suggests – in a separate process from the host,
102102
it needs its own file to store its own settings and configurations for logging. In this lesson, the
103-
program will load the log (a subset of) the configuration from the `host.json` file,
103+
program will load (a subset of) the configuration from the `host.json` file,
104104
making it a shared file for both the host and the worker process itself.
105105
106106
In the following section, you will learn the basics of _Application Insights_ and its _Live Metrics_ dashboard.

0 commit comments

Comments
 (0)