Skip to content

Commit 90f3994

Browse files
committed
Merge pull request ShowMojo#2 from douglascalhoun/patch-1
3 typos in doc
2 parents e9216f9 + c5d24ec commit 90f3994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ On the view that shows all charges (most likely the *GET /charges* route), creat
7878

7979
- List 2 -
8080
- Header: Disputed Charges
81-
- In this list set the background color of the rows to ##FF5400 and list hte Customers name, the charge amount and the date that the charge was disputed for each disputed charge.
81+
- In this list set the background color of the rows to ##FF5400 and list the Customers name, the charge amount and the date that the charge was disputed for each disputed charge.
8282

8383
- List 3 -
8484
- Header: Successful Charges
85-
- In this list simply display all the charges that were succesfull.
85+
- In this list simply display all the charges that were succesful.
8686

8787
### Tests
8888

8989
Create the following RSpec tests:
9090

91-
1. Verify that there are three lists on the screen. One for Successful charges, one for failed charges and one for the disputed charges.
91+
1. Verify that there are three lists on the screen. One for successful charges, one for failed charges and one for the disputed charges.
9292
2. Verify that in the Successful charges list there are 10 line items. Verify that in the failed charges list there are 5 failed charges. Verify that in the disputed charges list there are failed charges.
9393

9494
## Once Complete

0 commit comments

Comments
 (0)