Skip to content

Commit 9761725

Browse files
committed
wording
1 parent 1b0add0 commit 9761725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/logs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ should be sufficient.
142142
[LoggerFactory](https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.loggerfactory)
143143
instances if they are created by you.
144144

145-
* If you don't dispose the `LoggerFactory` instance before the application ends,
146-
logs might get dropped due to the lack of proper flush.
145+
* If you forget to dispose the `LoggerFactory` instance before the application
146+
ends, logs might get dropped due to the lack of proper flush.
147147
* If you dispose the `LoggerFactory` instance too early, any subsequent logging
148148
API invocation associated with the logger factory could become no-op (i.e. no
149149
logs will be emitted).

0 commit comments

Comments
 (0)