From a052fe6bec06aee1e0bd09214980eedec3f6bb0f Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Mon, 3 Jul 2017 05:51:21 +0200 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f2a17e..441cbecd 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ log('still goes to stdout, but via console.info now'); ## Checking whether a debug target is enabled -Afer you've created a debug instance, you can check whether it is enabled by its `.enabled` property: +After you've created a debug instance, you can check whether it is enabled by its `.enabled` property: ```javascript const debug = require('debug')('http');