You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2021/03/11 19:01:16 UTC

[jmeter] branch master updated: Fix a few typos

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

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6515d2b  Fix a few typos
6515d2b is described below

commit 6515d2b431b6afaa4b2315d02ed407aed1957d3a
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Thu Mar 11 20:00:55 2021 +0100

    Fix a few typos
---
 CONTRIBUTING.md | 6 +++---
 gradle.md       | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e806bfa..14a1c8c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,7 @@ You require IntelliJ 2018.3.1 or newer.
 
 Eclipse can import Gradle projects automatically via `Import...->Gradle project` wizard.
 
-Optionally you can generate Eclipse project by running
+Optionally you can generate an Eclipse project by running
 
     ./gradlew eclipse
 
@@ -80,14 +80,14 @@ However, before sending a patch, please make sure that the following applies:
 ## :heart: Adding something new
 
 We do love to enhance Apache JMeter with you to become more powerful!
-The best way to workout your idea is to discuss it first at our dev mailing list:
+The best way to work out your idea is to discuss it first at our dev mailing list:
 
 * [JMeter developers mailing list](https://jmeter.apache.org/mail2.html#JMeterDev)
 
 Please, if you can, don't just throw us the code of a new feature; lets figure first together
 what would be the best approach regarding the current architecture and future plans,
 before any development.
-This way we all get sure that your idea is aligned with the codebase and you can enjoy
+This way we all get sure that your idea is aligned with the codebase, and you can enjoy
 your happy coding even more :)
 
 ## :closed_book: Want to write docs
diff --git a/gradle.md b/gradle.md
index 69a2c1c..4dbed38 100644
--- a/gradle.md
+++ b/gradle.md
@@ -24,7 +24,7 @@ Useful commands (`gw` comes from https://github.com/dougborg/gdub, otherwise `./
 ## Cleaning build directories
 
 Technically `clean` should not be required, every time it is required it might be a bug.
-However it might be useful to perform a "clean" build:
+However, it might be useful to perform a "clean" build:
 
       # Cleans current project (submodule)
       gw clean
@@ -162,7 +162,7 @@ so it is done automatically provided credentials are specified via
       # Signs all the artifacts of the current module
       # see results in build/**/*.asc
       gw sign
-> **Note:** signing is performed as a part of *release artifact build* so it will be
+> **Note:** signing is performed as a part of *release artifact build*, so it will be
 > performed with `gw :src:dist:assemble`
 
 ## Releasing