Skip to content

Commit 103c7a9

Browse files
committed
Typo.
1 parent 7d7db29 commit 103c7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mediator.Conceptual/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void Notify(object sender, string ev)
4848
{
4949
if (ev == "A")
5050
{
51-
Console.WriteLine("Mediator reacts on A and triggers folowing operations:");
51+
Console.WriteLine("Mediator reacts on A and triggers following operations:");
5252
this._component2.DoC();
5353
}
5454
if (ev == "D")

0 commit comments

Comments
 (0)