Merge pull request #4659 from occupyhabit/master

Fix some typos
pull/5370/head
Aniket 11 months ago committed by GitHub
commit eac9dc0608
  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