Skip to content

Commit cd899bd

Browse files
Update egghead.io_video_tutorial_notes.md
typo removed
1 parent 919bf6c commit cd899bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

egghead.io_video_tutorial_notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ expect (
105105

106106
// We add a test that check how `DECREMENT` works; from 2 to 1 and from 1 to zero:
107107

108-
```js
109108
expect (
110109
counter(2, { type: 'DECREMENT' })
111110
).toEqual(1);

0 commit comments

Comments
 (0)