You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/12/03 01:47:36 UTC

[groovy] 01/02: Update README.adoc

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit fa0b55f810066287025e4294a2b91aa887a5b07f
Author: lidiameftah98 <58...@users.noreply.github.com>
AuthorDate: Sun Dec 1 21:26:04 2019 +0100

    Update README.adoc
---
 README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 70bfd10..6e57f25 100644
--- a/README.adoc
+++ b/README.adoc
@@ -54,7 +54,7 @@ image:{travis-build-icon}[travis build status, link={travis-ci}]
 image:{bintray-download-icon}[bintray download, link={bintray-latest-version-link}]
 image:{apache-groovy-twitter-icon}[follow on Twitter, link={apache-groovy-twitter-link}]
 
-{groovy-www}[Groovy] is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax.
+{groovy-www}[Groovy] is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at multiplying developers productivity thanks to a concise, familiar and easy to learn syntax.
 
 It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. 
 
@@ -92,7 +92,7 @@ Alternatively, you can download the source distribution and unpack it.
 
 If obtaining the source from the source distribution and you intend to build from source,
 you also need to https://gradle.org/downloads/[download] and install http://gradle.org/[Gradle] and
-use the downloaded Gradle to execute one bootstrap step.
+use it to execute one bootstrap step.
 
 ==== Bootstrapping Gradle