From 25f87a2cc462f2127554ceb07a51116694cf80fb Mon Sep 17 00:00:00 2001 From: Michael <6752964+leu1@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:32:09 -0500 Subject: [PATCH] fix(curriculum): Build a Cash Register - Nickle typo (#55061) --- .../build-a-cash-register-project/build-a-cash-register.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-cash-register-project/build-a-cash-register.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-cash-register-project/build-a-cash-register.md index 850a61e54f8..ec7ef29a0b6 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-cash-register-project/build-a-cash-register.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-cash-register-project/build-a-cash-register.md @@ -25,7 +25,7 @@ Your application should show different messages depending on the price of the it | Currency Unit | Amount | |:-------------------:|:------------------:| | Penny | $0.01 (PENNY) | -| Nickle | $0.05 (NICKEL) | +| Nickel | $0.05 (NICKEL) | | Dime | $0.1 (DIME) | | Quarter | $0.25 (QUARTER) | | Dollar | $1 (ONE) |