Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit f1765c4

Browse files
committed
Fix spelling error
1 parent 3472ac4 commit f1765c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nodejs-dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var parseSettings = require("../lib/parse-settings");
1515
var appName = appPkg.name || "node";
1616
var program = new commander.Command(pkg.name);
1717

18-
// Mimic commander sintax errors (with offsets) for consistency
18+
// Mimic commander syntax errors (with offsets) for consistency
1919
/* eslint-disable no-console */
2020
var exitWithError = function () {
2121
var args = Array.prototype.slice.call(arguments);

0 commit comments

Comments
 (0)