Skip to content

Commit

Permalink
fix spell of manually
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jul 9, 2024
1 parent c5975c9 commit e535a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/create-extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const copyFiles = async (files: string[], projectName: string, projectPath: stri
pathSegmentsOfFile.includes(PACKAGE_JSON_FILE);
if (isRootPackageJson || isNextJsPackageJson || isSolidityFrameworkPackageJson) {
prettyLog.warning(`Skipping file: ${file}`, 2);
prettyLog.info(`Please manyally just add new scripts or dependencies in: ${destPath}`, 3);
prettyLog.info(`Please manually just add new scripts or dependencies in: ${destPath}`, 3);
continue;
}

Expand Down

0 comments on commit e535a46

Please sign in to comment.