DOCS: Typo fix in getting started (#5772)

DOCS: Typo fix in getting started (#5772)
This commit is contained in:
Jonathan Locke 2019-11-29 13:18:00 +00:00 committed by GitHub
commit 04eec1de46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ Step Four: Creating a flow
import net.corda.core.transactions.SignedTransaction
import net.corda.core.transactions.TransactionBuilder
5. Double-click the new contract file to open it.
5. Double-click the new flow file to open it.
6. Update the name of the ``Initiator`` class to ``CarIssueInitiator``.