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

Sign up
Appearance settings

Commit 36a817a

Browse files
mahavirvataliyaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a7035ad commit 36a817a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/utils/validation.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const isValidDirectoryName = (directoryName: string): boolean => {
2121
export const randomNameGenerator = (length: number): string => {
2222
let result = "";
2323
for (let i = 0; i < length; i++) {
24-
const random = Math.floor(Math.random() * 27);
24+
const random = Math.floor(Math.random() * 26);
2525
result += String.fromCharCode(97 + random);
2626
}
2727
return result;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /