Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 26, 2024
1 parent 85f2e32 commit 493b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ import { createClient } from "@coinbasejs/sdk/commerce";

const client = createClient({ apiKey: "API_KEY" });

const response = await client.listBalances([ // [!code focus:8]
const response = await client.getBalances([ // [!code focus:8]
{
address: "0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789",
pageSize: 1,
Expand Down

0 comments on commit 493b54e

Please sign in to comment.