Skip to content

Commit bbaa8fa

Browse files
authored
fix(cli): change SPM incompatible plugin message (#8129) (#8130)
1 parent f78cef6 commit bbaa8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/util/spm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function checkPluginsForPackageSwift(config: Config, plugins: Plugi
5454
logger.debug(`Found ${plugins.length} iOS plugins, ${packageSwiftPluginList.length} have a Package.swift file`);
5555
logger.info('All plugins have a Package.swift file and will be included in Package.swift');
5656
} else {
57-
logger.warn('Some installed packages my not be compatable with SPM');
57+
logger.warn('Some installed packages are not compatable with SPM');
5858
}
5959

6060
return packageSwiftPluginList;

0 commit comments

Comments
 (0)