Skip to content

Commit

Permalink
README: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclellan authored Jan 26, 2023
1 parent d5900a7 commit ad0f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class WeatherFormatter : ILogFormatter<FarmLog>
}
```

The logging format builder provides a fluent API for the underlying [`LogFormatOptions<TFormat>`](/Logging.Formatting/Formatting/LogFormatOptions.cs), which can be also be configured directly.
The logging format builder provides a fluent API for the underlying [`LogFormatOptions<TFormat>`](/Logging.Formatting/Formatting/LogFormatOptions.cs), which can also be configured directly.

```c#
// Use service container to resolve formatter dependencies.
Expand Down

0 comments on commit ad0f46e

Please sign in to comment.