fix(curriculum): Build a Cash Register - Nickle typo (#55061)

This commit is contained in:
Michael 2024-06-03 00:32:09 -05:00 committed by GitHub
parent e60abc8dd6
commit 25f87a2cc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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