Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2dcb9b6

Browse files
committed
Fixing typo
1 parent 9b39465 commit 2dcb9b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/script/command-executor.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,8 @@ function getReactNativeProjectAppVersion(command: cli.IReleaseReactCommand, proj
878878
}
879879
} else {
880880
// Allow the plist prefix to be specified with or without a trailing
881-
// seperator character, but prescribe the use of a "-" when omitted.
881+
// separator character, but prescribe the use of a hyphen when omitted,
882+
// since this is the most commonly used convetion for plist files.
882883
if (command.plistFilePrefix && /.+[^-.]$/.test(command.plistFilePrefix)) {
883884
command.plistFilePrefix += "-";
884885
}

0 commit comments

Comments
 (0)