Skip to content

Commit

Permalink
[FIX] Fix typo in PrepareTrustline description
Browse files Browse the repository at this point in the history
  • Loading branch information
h0vhannes committed Feb 21, 2016
1 parent e4ffb96 commit cc399f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@ const trustline = {
}
]
};
return api.preparePayment(address, trustline).then(prepared =>
return api.prepareTrustline(address, trustline).then(prepared =>
{/* ... */});
```

Expand Down

0 comments on commit cc399f1

Please sign in to comment.