Skip to content

Commit 21ab234

Browse files
committed
wording
1 parent 9761725 commit 21ab234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/logs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Here is the rule of thumb:
136136
:stop_sign: You should avoid creating `LoggerFactory` instances too frequently,
137137
`LoggerFactory` is fairly expensive and meant to be reused throughout the
138138
application. For most applications, one `LoggerFactory` instance per process
139-
should be sufficient.
139+
would be sufficient.
140140

141141
:heavy_check_mark: You should properly manage the lifecycle of
142142
[LoggerFactory](https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.loggerfactory)

0 commit comments

Comments
 (0)