From 3ecf7c3d977466de4e2a21d635decb7fb1770511 Mon Sep 17 00:00:00 2001 From: CRKN5 <51719881+CRKN5@users.noreply.github.com> Date: Mon, 15 Feb 2021 11:13:12 +0000 Subject: [PATCH] Update IWantTo.md Minor spelling mistakes --- docs/IWantTo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/IWantTo.md b/docs/IWantTo.md index c2648d20..0366815a 100644 --- a/docs/IWantTo.md +++ b/docs/IWantTo.md @@ -164,7 +164,7 @@ There are many other constructor overloads for initiating `IssueTokens` it's wor _Responder flow:_ `IssueTokensHandler` -_Conidential version:_ `ConfidentialIssueTokens`, _responder_: `ConfidentialIssueTokensHandler` +_Confidential version:_ `ConfidentialIssueTokens`, _responder_: `ConfidentialIssueTokensHandler` **Inline** @@ -211,7 +211,7 @@ Call these flows for one `TokenType` at a time. If you need to do multiple insta flow, calling `addMoveTokens` for each token. As previously confidential versions generate new identities for use in output states. -#### Moving tokens fungible tokens +#### Moving fungible tokens This family of flows chooses held amount of given token from vault. If you want to provide other criteria (for example tokens that come only from one issuer) use `queryCriteria`. `QueryUtilities` module provides many useful helpers i.e. `tokenAmountWithIssuerCriteria`. @@ -469,4 +469,4 @@ All flows from `token-sdk` will use this notary. If you want to use it from your val notary = getPreferredNotary(serviceHub) // And pass it to transaction builder TransactionBuilder(notary = notary) -``` \ No newline at end of file +```