Skip to content

Commit 4bb34aa

Browse files
committed
tools: fix typo in tools/update-authors.mjs
The filename ends with an s. Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent cc506f3 commit 4bb34aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-authors.mjs

Lines changed: 1 addition & 1 deletion
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)