From 48d22f933d4a3b501c64cdff9e7cd1aced856a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Po=C5=BEarickij?= Date: Tue, 5 Jan 2016 14:10:48 +0200 Subject: [PATCH] Fix grammar in CONTRIBUTING.adoc Closes gh-4885 --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index dcdce74f637..99c9b5505a6 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -98,7 +98,7 @@ reactor unless they have previously been built. Unfortunately this restriction c some compilations for Spring Boot as we include a maven plugin and use it within the samples. The standard build works around this restriction by launching the samples via the `maven-invoker-plugin` so that they are not part of the reactor. This works fine -most of the time, however, sometimes it useful to run a build that includes all modules +most of the time, however, sometimes it's useful to run a build that includes all modules (for example when using `maven-versions-plugin`. We use the full build on our CI servers and during the release process.