From f04388076c23e36b7869d753b580e4b6b6604109 Mon Sep 17 00:00:00 2001 From: occupyhabit Date: Sun, 24 Mar 2024 08:36:03 +0800 Subject: [PATCH] Fix some typos --- apps/learneth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/learneth/README.md b/apps/learneth/README.md index a8e9909931..9bf4030879 100644 --- a/apps/learneth/README.md +++ b/apps/learneth/README.md @@ -92,7 +92,7 @@ addRepository(repoName, branch) startTutorial(repoName,branch,id) ``` -You don't need to add a seperate addRepository before calling startTutorial, this call will also add the repo. +You don't need to add a separate addRepository before calling startTutorial, this call will also add the repo. _Parameters_ @@ -117,7 +117,7 @@ tags: ``` (function () { try { - // You don't need to add a seperate addRepository before calling startTutorial, this is just an example + // You don't need to add a separate addRepository before calling startTutorial, this is just an example remix.call('LearnEth', 'addRepository', "ethereum/remix-workshops", "master") remix.call('LearnEth', 'startTutorial', "ethereum/remix-workshops", "master", "basics") remix.call('LearnEth', 'startTutorial', "ethereum/remix-workshops", "master", 2)