Skip to content

Commit 3028f20

Browse files
committed
Fixed a typo
1 parent e308cdb commit 3028f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/nighthacking/recipes/PourOverCoffee.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public PourOverCoffee(double strength) {
2323

2424
@Override
2525
public String name() {
26-
return "Pout Over Coffee";
26+
return "Pour Over Coffee";
2727
}
2828

2929
@Override

0 commit comments

Comments
 (0)