Skip to content

Commit cf112aa

Browse files
Update Coffee.cs
1 parent 838ae13 commit cf112aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TemplatePattern/Beverages/Coffee.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Coffee : Beverage
66
{
77
protected override void Brew()
88
{
9-
Console.WriteLine("Add Coffe Grounds to water and boil");
9+
Console.WriteLine("Add Coffee Grounds to water and boil");
1010
}
1111

1212
protected override void AddCondiments()
@@ -15,4 +15,4 @@ protected override void AddCondiments()
1515
}
1616

1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)