From 477b2832f9b95f24846fb5dd6b4a08243dec2b72 Mon Sep 17 00:00:00 2001 From: alexshchur <60445720+alexshchur@users.noreply.github.com> Date: Fri, 17 Jul 2020 09:29:57 +0300 Subject: [PATCH] fix typo in "Debugging Processes" chapter --- 01-Debugging-Processes/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Debugging-Processes/content.md b/01-Debugging-Processes/content.md index 7caf4fc..960252a 100644 --- a/01-Debugging-Processes/content.md +++ b/01-Debugging-Processes/content.md @@ -159,7 +159,7 @@ The next thing we see should look like the following: ![](images/devtools-4.png) We can see line 7 is now highlighted, and there's a sort of tooltip -showing us the values of of the `req` and `res` objects on the line above. +showing us the values of the `req` and `res` objects on the line above. Over in the right column the Call Stack panel is full of Call Frames (the functions in the stack), and there's now a blue play button in