Skip to content

Commit 7d7db29

Browse files
committed
Typos.
1 parent 958b6a6 commit 7d7db29

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
@@ -132,7 +132,7 @@ static void Main(string[] args)
132132
Component2 component2 = new Component2();
133133
new ConcreteMediator(component1, component2);
134134

135-
Console.WriteLine("Client triggets operation A.");
135+
Console.WriteLine("Client triggers operation A.");
136136
component1.DoA();
137137

138138
Console.WriteLine();

0 commit comments

Comments
 (0)