Skip to content

Commit

Permalink
fix(docs): incorrect variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 13, 2024
1 parent 723a726 commit d147006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const smoldot = startFromWorker(
const config: Config = {
chains: {
polkadot: {
descriptor: polkadot,
descriptor: dot,
provider: getSmProvider(smoldot.addChain({ chainSpec })),
},
},
Expand Down

0 comments on commit d147006

Please sign in to comment.