mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
[docs] Small typo fixes in README (#15429)
Fix a few typos in the Logstash README.md
This commit is contained in:
parent
555a8ff8e3
commit
784ca0243e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
@ -253,10 +253,10 @@ All contributions are welcome: ideas, patches, documentation, bug reports,
|
||||||
complaints, and even something you drew up on a napkin.
|
complaints, and even something you drew up on a napkin.
|
||||||
|
|
||||||
Programming is not a required skill. Whatever you've seen about open source and
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue