Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 131adec

Browse filesBrowse 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
Copy full SHA for 131adec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/update-authors.mjs‎

Copy file name to clipboardExpand all lines: tools/update-authors.mjs
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.