Skip to content

Commit abce648

Browse files
committed
Fix typo in comment
1 parent 2333995 commit abce648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export async function loadUserConfig(
506506
return getLocalConfig(actionState.logger, configFile, validateConfig);
507507
} else {
508508
// Drop the explicit prefix if it is present. Since `REMOTE_PATH_PREFIX` is chosen
509-
// to not conflict with permissable characters in "owner" or "repo" components,
509+
// to not conflict with permissible characters in "owner" or "repo" components,
510510
// this does not risk removing valid parts of either component by accident.
511511
if (isRemotePath(configFile)) {
512512
configFile = configFile.substring(REMOTE_PATH_PREFIX.length);

0 commit comments

Comments
 (0)