Skip to content

Commit

Permalink
docs(readme): fix typo (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco authored and TooTallNate committed Aug 4, 2017
1 parent a45d4a0 commit 659ac02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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');
Expand Down

0 comments on commit 659ac02

Please sign in to comment.