Skip to content

Commit 2879c08

Browse files
committed
Fix a typo in Chapter 17
1 parent 6cdfff5 commit 2879c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ does not know how to handle.
338338
I/O)))(((responseText property)))(((send method)))In the examples we
339339
saw, the request has finished when the call to `send` returns. This is
340340
convenient because it means properties such as `responseText` are
341-
available immediately. But it also mean that our program is suspended
341+
available immediately. But it also means that our program is suspended
342342
as long as the ((browser)) and server are communicating. When the
343343
((connection)) is bad, the server is slow, or the file is big, that
344344
might take quite a while. Worse, because no event handlers can fire

0 commit comments

Comments
 (0)