Fix some typos

pull/4659/head
occupyhabit 8 months ago committed by Aniket
parent e0f47c6cc4
commit f04388076c
  1. 4
      apps/learneth/README.md

@ -92,7 +92,7 @@ addRepository(repoName, branch)
startTutorial(repoName,branch,id) 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_ _Parameters_
@ -117,7 +117,7 @@ tags:
``` ```
(function () { (function () {
try { 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', 'addRepository', "ethereum/remix-workshops", "master")
remix.call('LearnEth', 'startTutorial', "ethereum/remix-workshops", "master", "basics") remix.call('LearnEth', 'startTutorial', "ethereum/remix-workshops", "master", "basics")
remix.call('LearnEth', 'startTutorial', "ethereum/remix-workshops", "master", 2) remix.call('LearnEth', 'startTutorial', "ethereum/remix-workshops", "master", 2)

Loading…
Cancel
Save