Skip to content

Commit fd4da04

Browse files
committed
Fix typo in parameter name in chapter 21
1 parent 6b0d16b commit fd4da04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

21_skillsharing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ router.add("GET", /^\/talks$/, function(request, response) {
593593
When the `changesSince` parameter is missing, the handler simply
594594
builds up a list of all talks and returns that.
595595

596-
(((long polling)))(((validation)))Otherwise, the `changeSince`
596+
(((long polling)))(((validation)))Otherwise, the `changesSince`
597597
parameter first has to be checked to make sure that it is a valid
598598
number. The `getChangedTalks` function, to be defined shortly, returns
599599
an array of changed talks since a given point in time. If it returns an

html/errata.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,10 @@ <h2>Chapter 18</h2>
109109
a <em>field</em>” should be “When the user has selected
110110
a <em>file</em>”.
111111

112+
<h2>Chapter 21</h2>
113+
114+
<p><strong>Page 377</strong> (Long-Polling Support): In the second
115+
paragraph the <code>changesSince</code> parameter is incorrectly
116+
referred to as <code>changeSince</code> (singular).</p>
117+
112118
</article>

0 commit comments

Comments
 (0)