We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45d4a0 commit 659ac02Copy full SHA for 659ac02
1 file changed
README.md
@@ -210,7 +210,7 @@ log('still goes to stdout, but via console.info now');
210
211
## Checking whether a debug target is enabled
212
213
-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:
214
215
```javascript
216
const debug = require('debug')('http');
0 commit comments