From 3675fb2783c9fb7e89720e3b84fb62620aa435ee Mon Sep 17 00:00:00 2001 From: josecoll Date: Wed, 16 Jan 2019 11:19:37 +0000 Subject: [PATCH] Fix incorrect spelling of "licence" in sample config snippet. (#4591) --- docs/source/versioning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/versioning.rst b/docs/source/versioning.rst index 90b436f465..18fb05a851 100644 --- a/docs/source/versioning.rst +++ b/docs/source/versioning.rst @@ -71,7 +71,7 @@ In the ``build.gradle`` file for your contract module, add a block like this:: contract { name "MegaApp Contracts" vendor "MegaCorp" - license "MegaLicense" + licence "MegaLicence" versionId 1 } } @@ -87,7 +87,7 @@ And in the ``build.gradle`` file for your workflows jar, add a block like this:: workflow { name "MegaApp" vendor "MegaCorp" - license "MegaLicense" + licence "MegaLicence" versionId 1 } }