Skip to content

Commit 8787ab1

Browse files
committed
Fix typo in Chapter 11
Closes marijnh#375
1 parent b2e7fae commit 8787ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ defineRequestType("note", (nest, content, source, done) => {
247247
```
248248

249249
The `defineRequestType` function defines a new type of request. The
250-
example adds support for `"note"` requests, which just send a note to
250+
example adds support for `"note"` requests, which just sends a note to
251251
a given nest. Our implementation calls `console.log` so that we can
252252
verify that the request arrived. Nests have a `name` property that
253253
holds their name.

0 commit comments

Comments
 (0)