We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 358fd59 + 96fe7a2 commit 4d10ca6Copy full SHA for 4d10ca6
index.js
@@ -69,7 +69,7 @@ switch (os.platform()) {
69
break;
70
71
default:
72
- console.warn("node-macaddress: Unkown os.platform(), defaulting to `unix'.");
+ console.warn("node-macaddress: Unknown os.platform(), defaulting to 'unix'.");
73
_getMacAddress = require('./lib/unix.js');
74
75
0 commit comments