Skip to content

Commit

Permalink
Update simple-connect.md (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulaman0 authored Feb 8, 2024
1 parent b8097d8 commit 055cc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/examples/promise/simple-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function main () {
// Create the API and wait until ready
const api = await ApiPromise.create({ provider });

// Retrieve the chain & node information information via rpc calls
// Retrieve the chain & node information via rpc calls
const [chain, nodeName, nodeVersion] = await Promise.all([
api.rpc.system.chain(),
api.rpc.system.name(),
Expand Down

0 comments on commit 055cc18

Please sign in to comment.