Skip to content
Closed
Prev Previous commit
Next Next commit
Update content/md/en/docs/tutorials/light-clients/parachains.md
Co-authored-by: Nikos Kontakis <[email protected]>
  • Loading branch information
bernardoaraujor and wirednkod authored Jun 15, 2022
commit a0bfb2565e9099df5c1173aec5b56cde837f539e
2 changes: 1 addition & 1 deletion content/md/en/docs/tutorials/light-clients/parachains.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ window.onload = () => {
```

This code is very similar to the previous one. The main differences are
- we are loading `statemint.json` into a `parachainSpec` object.
- we are loading `statemint.json` into the `parachainSpec` variable.
- we are creating a `relayProvider` object for the Relay chain, and using it in the construction of the `provider` object for the Parachain, along with `parachainSpec`.

In the directory of the webapp, run the following again:
Expand Down