Skip to content

Commit 2ee34dd

Browse files
author
Paul McBride
committedAug 17, 2016
Correct typo
1 parent b555f2d commit 2ee34dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎Readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@ will build on skills developed by solving previous problems.
4848

4949
#### 2. Writing your solution
5050

51-
Once you have selected a problem, the workshop will remember which problem you are working on.
51+
Once you have selected a problem, the workshop will remember which problem you are working on.
5252
Using your preferred editor, simply create a file to write your solution in. Most problems will
5353
supply some boilerplate with which to get started. Copy this from the problem description to your
5454
solution file.
5555

5656
#### 3. Testing your solution
5757

58-
Use the workshop's `run` command to point the workshop at your solution file. Your solution will loaded
58+
Use the workshop's `run` command to point the workshop at your solution file. Your solution will be loaded
5959
and passed the problem input. This usually won't perform any validation, it will only show the program output.
6060

6161
```
6262
$ functional-javascript-workshop run mysolution.js
6363
```
64-
64+
6565
#### 4. Verifying your solution
6666

67-
Your solution will be verified against the output of the 'official' solution.
67+
Your solution will be verified against the output of the 'official' solution.
6868
If all of the output matches, then you have successfully solved the problem!
6969

7070
```
@@ -73,7 +73,7 @@ $ functional-javascript-workshop verify mysolution.js
7373

7474
## Stuck?
7575

76-
Feedback and criticism is welcome, please log your troubles in [issues](https://github.com/timoxley/functional-javascript-workshop/issues).
76+
Feedback and criticism is welcome, please log your troubles in [issues](https://github.com/timoxley/functional-javascript-workshop/issues).
7777

7878
Full curriculum reviews [like this one](https://github.com/timoxley/functional-javascript-workshop/issues/7) are incredibly helpful. More feedback like this please!
7979

@@ -87,7 +87,7 @@ We're looking for more practical problems, so if you come across a problem in yo
8787

8888
## Resources
8989

90-
[A growing collection of quality functional javascript resources can be found in the wiki](https://github.com/timoxley/functional-javascript-workshop/wiki).
90+
[A growing collection of quality functional javascript resources can be found in the wiki](https://github.com/timoxley/functional-javascript-workshop/wiki).
9191

9292

9393
## Thanks rvagg

0 commit comments

Comments
 (0)
Please sign in to comment.