Skip to content

Commit e710e56

Browse files
author
Jeremy Baumont
authored
Merge pull request #11 from jeremybaumont/fewer-examples
Addresses issue #6 by correcting a typo
2 parents fb763ba + 62d022d commit e710e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/teamtreehouse/flashy/controllers/IndexController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public String index(Model model) {
3636
ctaBuilder.append(" and ");
3737
ctaBuilder.append(totalCount - AMOUNT_TO_SHOW);
3838
ctaBuilder.append(" more");
39-
}|
39+
}
4040
model.addAttribute("cta", ctaBuilder.toString());
4141
model.addAttribute("flashCardCount", totalCount);
4242
return "index";

0 commit comments

Comments
 (0)