Skip to content

Commit 3096f84

Browse files
authored
Typo fix
1 parent 3b7879f commit 3096f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Log.Logger = new LoggerConfiguration()
9898
Templates are based on .NET format strings, and support standard padding, alignment, and format specifiers.
9999

100100
Along with standard properties for the event timestamp (`@t`), level (`@l`) and so on, "holes" in expression templates can include complex
101-
expressions over the first-class properties of the event, like `{SourceContex}` and `{Cart[0]}` in the example..
101+
expressions over the first-class properties of the event, like `{SourceContext}` and `{Cart[0]}` in the example..
102102

103103
Templates support customizable color themes when used with the `Console` sink:
104104

0 commit comments

Comments
 (0)