From f0f68afb613fcce97e81fbb3731ab0f65b9b9864 Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Fri, 6 Sep 2019 15:55:06 +0300 Subject: [PATCH] Fix a typo in README (#2384) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2533e8d..a18fa7a 100755 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ The response for a request contains the following information. // `request` is the request that generated this response // It is the last ClientRequest instance in node.js (in redirects) - // and an XMLHttpRequest instance the browser + // and an XMLHttpRequest instance in the browser request: {} } ```