mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): Build a Cash Register - Nickle typo (#55061)
This commit is contained in:
parent
e60abc8dd6
commit
25f87a2cc4
@ -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) |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user