Skip to content

Commit 659ac02

Browse files
FantasticFiascoTooTallNate
authored andcommitted
docs(readme): fix typo (#473)
1 parent a45d4a0 commit 659ac02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ log('still goes to stdout, but via console.info now');
210210

211211
## Checking whether a debug target is enabled
212212

213-
Afer you've created a debug instance, you can check whether it is enabled by its `.enabled` property:
213+
After you've created a debug instance, you can check whether it is enabled by its `.enabled` property:
214214

215215
```javascript
216216
const debug = require('debug')('http');

0 commit comments

Comments
 (0)