Skip to content

Commit

Permalink
Trivial documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed Mar 27, 2018
1 parent cdd8c56 commit 54ac8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require("canary-test").doReport();
And this would output to the console...

```
sophie:shorter pineapple$ node testLeftPad.js
sophie:canary pineapple$ node testLeftPad.js
Running tests via Canary...
Completed test "leftPad => returns the input when it's as long as or longer than the input length". (0.000s)
Completed test "leftPad => pads shorter inputs with spaces to match the desired length". (0.000s)
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ require("canary-test").doReport();
And this would output to the console...

``` text
sophie:shorter pineapple$ node testLeftPad.js
sophie:canary pineapple$ node testLeftPad.js
Running tests via Canary...
Completed test "leftPad => returns the input when it's as long as or longer than the input length". (0.000s)
Completed test "leftPad => pads shorter inputs with spaces to match the desired length". (0.000s)
Expand Down

0 comments on commit 54ac8c2

Please sign in to comment.