From db5bb08a4639aa79d0db6c14a4e1fa0feaa4d741 Mon Sep 17 00:00:00 2001 From: Pierre Fritsch Date: Mon, 1 Mar 2021 11:13:43 +0100 Subject: [PATCH] Fix typo varible -> variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc65ffed..e459956b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ See [REST tests](./test/tests/resttests.ts) for detailed examples. ## Debugging -To enable detailed console logging of all HTTP requests and responses, set the NODE_DEBUG environment varible: +To enable detailed console logging of all HTTP requests and responses, set the NODE_DEBUG environment variable: ``` export NODE_DEBUG=http