Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDarshan Sen <raisinten@gmail.com>2022-09-30 08:49:00 +0300
committerGitHub <noreply@github.com>2022-09-30 08:49:00 +0300
commit2a4452a53af65a13db4efae474162a7dcfd38dd5 (patch)
tree8dce9ae71f2c0ab1a7d85df5e8ecd9177f96adb5 /tools
parentbf0c312893d359fc1c805b4845e9f932d6a38825 (diff)
tools: fix typo in tools/update-authors.mjs
The filename ends with an s. Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/44780 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-authors.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-authors.mjs b/tools/update-authors.mjs
index 971fe160e3c..7dfae178e33 100755
--- a/tools/update-authors.mjs
+++ b/tools/update-authors.mjs
@@ -1,5 +1,5 @@
#!/usr/bin/env node
-// Usage: tools/update-author.mjs [--dry]
+// Usage: tools/update-authors.mjs [--dry]
// Passing --dry will redirect output to stdout rather than write to 'AUTHORS'.
import { spawn } from 'node:child_process';
import fs from 'node:fs';