Skip to content

Commit a7b25ee

Browse files
authored
Merge pull request #7 from rub1e/patch-1
Adds link to JSDOC tutorial
2 parents 12b5c74 + 9f4ae1f commit a7b25ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The choice is yours; there is no "_right_" way to learn.
189189

190190

191191

192-
### Testing?
192+
### Testing & Documentation?
193193

194194
_Before_ diving into _building_ the Todo List App,
195195
we need to consider how we are going to _test_ it.
@@ -206,6 +206,8 @@ please see:
206206
and
207207
[**front-end**-with-tape.md](https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example/blob/master/front-end-with-tape.md)
208208

209+
We will be using **JSDOC** for documentation.
210+
Please see [our tutorial](https://github.com/dwyl/learn-jsdoc) if this is new to you.
209211

210212
#### Create Files
211213

@@ -740,7 +742,7 @@ test('`TOGGLE` (undo) a todo item from done=true to done=false', function (t) {
740742
You should not _need_ to modify any of the code in the `update` function.
741743
The above test should just _pass_ based on the code you wrote above.
742744
If it does _not_, then _revise_ your implementation
743-
of the `TOGGLE case` in `upadate` until _all_ tests pass:
745+
of the `TOGGLE case` in `update` until _all_ tests pass:
744746

745747
![undo-a-todo-item](https://user-images.githubusercontent.com/194400/43686533-b25d4608-98bf-11e8-809e-1153fcfb1db1.png)
746748

0 commit comments

Comments
 (0)