Skip to content

Commit

Permalink
fixing typo (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kaufman authored Feb 7, 2018
1 parent 3ffd9ba commit cd26789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/expressMiddleware/slideShow/eventsIdeal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var records = [

{"event":"executeBegin","executeID":4,"causeID":2, "data": {"highlightLine": 36}},
{"event":"output","data":{"output":"in f1", "highlightLine": 21}},
{"event":"link","executeID":4,"linkID":5,"data":{"type":"app.listen()", "highlightLine": 12}},
{"event":"link","executeID":4,"linkID":5,"data":{"type":"setImmediate()", "highlightLine": 12}},
{"event":"cause","executeID":4,"linkID":5,"causeID":6, "data": {"highlightLine": 12}},
{"event":"output","data":{"output":"received request 1", "highlightLine": 28}},
{"event":"link","executeID":4,"linkID":7,"data":{"type":"then()", "highlightLine": 29}},
Expand Down

0 comments on commit cd26789

Please sign in to comment.