Skip to content

Commit 131adec

Browse files
RaisinTendanielleadams
authored andcommitted
tools: fix typo in tools/update-authors.mjs
The filename ends with an s. Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #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>
1 parent ee3c6a4 commit 131adec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-authors.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Usage: tools/update-author.mjs [--dry]
2+
// Usage: tools/update-authors.mjs [--dry]
33
// Passing --dry will redirect output to stdout rather than write to 'AUTHORS'.
44
import { spawn } from 'node:child_process';
55
import fs from 'node:fs';

0 commit comments

Comments
 (0)