Skip to content

Commit 7a02a9d

Browse files
committed
tools: fix typo in tools/update-authors.mjs
The filename end with an s. Signed-off-by: Darshan Sen <[email protected]>
1 parent 45f2258 commit 7a02a9d

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)