We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd07962 commit 6e4a61bCopy full SHA for 6e4a61b
1 file changed
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