Skip to content

Commit

Permalink
[docs] Small typo fixes in README (#15429)
Browse files Browse the repository at this point in the history
Fix a few typos in the Logstash README.md
  • Loading branch information
dliappis authored Oct 16, 2023
1 parent 555a8ff commit 784ca02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Run the doc build script from within the `docs` repo. For example:

## 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

Expand Down Expand Up @@ -253,10 +253,10 @@ All contributions are welcome: ideas, patches, documentation, bug reports,
complaints, and even something you drew up on a napkin.

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.

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
[CONTRIBUTING](./CONTRIBUTING.md) file.
Expand Down

0 comments on commit 784ca02

Please sign in to comment.