Fix incorrect spelling of "licence" in sample config snippet. (#4591)

This commit is contained in:
josecoll 2019-01-16 11:19:37 +00:00 committed by GitHub
parent 498db538d7
commit 3675fb2783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ In the ``build.gradle`` file for your contract module, add a block like this::
contract { contract {
name "MegaApp Contracts" name "MegaApp Contracts"
vendor "MegaCorp" vendor "MegaCorp"
license "MegaLicense" licence "MegaLicence"
versionId 1 versionId 1
} }
} }
@ -87,7 +87,7 @@ And in the ``build.gradle`` file for your workflows jar, add a block like this::
workflow { workflow {
name "MegaApp" name "MegaApp"
vendor "MegaCorp" vendor "MegaCorp"
license "MegaLicense" licence "MegaLicence"
versionId 1 versionId 1
} }
} }