From 659ac0252cd3bba115b02a4545b752ac9dcc3064 Mon Sep 17 00:00:00 2001 From: "Mattias Kindborg @FantasticFiasco" Date: Fri, 4 Aug 2017 20:51:36 +0200 Subject: [PATCH] docs(readme): fix typo (#473) --- 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');