From 3bfee7d051632fe4d9fc0ff41b9ed65d52f65a0e Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Tue, 11 Oct 2016 13:04:58 +0100 Subject: [PATCH] Typo fix. --- docs/source/creating-a-cordapp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/creating-a-cordapp.rst b/docs/source/creating-a-cordapp.rst index a2839a1f72..908004a188 100644 --- a/docs/source/creating-a-cordapp.rst +++ b/docs/source/creating-a-cordapp.rst @@ -130,7 +130,7 @@ Using Gradle Plugins To use the plugins, if you are not already using the Cordapp template project, you must modify your build.gradle. Add the following segments to the relevant part of your build.gradle. -Template Build.gradle +Template build.gradle ===================== To build against Corda and the plugins that cordapps use, update your build.gradle to contain the following: