Skip to content

Commit fad6c64

Browse files
committed
chore: fix typos
1 parent 743ee8f commit fad6c64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cli/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function addInitOption(program) {
1919
.option("--update", "update project files")
2020
.option(
2121
"--next",
22-
"apply patches to initialise or update for use with the upcoming release",
22+
"apply patches to initialize or update for use with the upcoming release",
2323
)
2424
.option("-y", "overwrite all files in update process")
2525
.action(async (folder, option) => {

src/init/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async function updateAEprojectProjectLibraries(folder, update, y) {
7272
await updateArtifacts(folder, y);
7373
await installDependencies(folder, update);
7474

75-
print("===== aeproject sucessfully initalized =====");
75+
print("===== aeproject successfully initialized =====");
7676
print(
7777
"test/exampleTest.js and contract/ExampleContract.aes have been added as example how to use aeproject",
7878
);

0 commit comments

Comments
 (0)