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) |