Skip to content

Commit 8f13946

Browse files
committed
fix typo
1 parent 16c183d commit 8f13946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/update-frameworks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function performUpdate(frameworkPath, frameworkName) {
2929
});
3030
if (!rebuildFramework(frameworkName, false)) throw new Error(`Failed to rebuild ${frameworkPath}`);
3131
if (!rebuildCheckSingle({frameworks: [frameworkName]})) throw new Error(`Failed to check ${frameworkPath}`);
32-
return `Sucessfully updated ${frameworkPath}`;
32+
return `Successfully updated ${frameworkPath}`;
3333
} catch (error) {
3434
console.error(`Failed to update ${frameworkPath}. Error Code ${error.status} and message: ${error.message}`);
3535
try {

0 commit comments

Comments
 (0)