New corrections

This commit is contained in:
Adam Freeman 2025-01-04 10:24:06 +00:00
parent a3b2b63ea1
commit 4973f0d707

View File

@ -64,6 +64,14 @@ information it needs to stop the application from being abused.
---
**Chapter 8**
On page 231, the addition of the async keyword in `Listing 8.14` isn't highlighted:
test("readHandler tests", **async** (testCtx) => {
(Thanks to Jonathan DePaul for reporting this problem)
---