[docs] Small typo fixes in README (#15429)

Fix a few typos in the Logstash README.md
This commit is contained in:
Dimitrios Liappis 2023-10-16 16:49:52 +03:00 committed by GitHub
parent 555a8ff8e3
commit 784ca0243e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ Run the doc build script from within the `docs` repo. For example:
## Testing ## Testing
Most of the unit tests in Logstash are written using [rspec](http://rspec.info/) for the Ruby parts. For the Java parts, we use junit. For testing you can use the *test* `rake` tasks and the `bin/rspec` command, see instructions below: Most of the unit tests in Logstash are written using [rspec](http://rspec.info/) for the Ruby parts. For the Java parts, we use [junit](https://junit.org). For testing you can use the *test* `rake` tasks and the `bin/rspec` command, see instructions below:
### Core tests ### Core tests
@ -256,7 +256,7 @@ Programming is not a required skill. Whatever you've seen about open source and
maintainers or community members saying "send patches or die" - you will not maintainers or community members saying "send patches or die" - you will not
see that here. see that here.
It is more important to me that you are able to contribute. It is more important that you are able to contribute.
For more information about contributing, see the For more information about contributing, see the
[CONTRIBUTING](./CONTRIBUTING.md) file. [CONTRIBUTING](./CONTRIBUTING.md) file.