Skip to content

Commit 2da6456

Browse files
Typo
1 parent 2b378e8 commit 2da6456

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
@@ -113,7 +113,7 @@ The `NotificaitonMessageContainer` has build-in support for showing multiple not
113113

114114
### Don't like extension methods?
115115

116-
Extension methods don't hold any complex logic for instantiating notificaitons so you can still build the notification message using just `NotificationMessageBuilder` class directly, without extension methods.
116+
Extension methods don't hold any complex logic for instantiating notifications so you can still build the notification message using just `NotificationMessageBuilder` class directly, without extension methods.
117117

118118
```c#
119119
var builder = NotificationMessageBuilder.CreateMessage();

0 commit comments

Comments
 (0)