Fix typo in contributing.md (#8666)

specfic -> specific
This commit is contained in:
Ikko Ashimine 2021-05-15 03:57:55 +09:00 committed by GitHub
parent af5bb813aa
commit e53fd19bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -162,12 +162,12 @@ To run the full CI process across all supported Ruby Versions:
earthly +all
```
To run the tests for a specfic version of Ruby:
To run the tests for a specific version of Ruby:
```sh
earthly --build-arg RUBY=2.5 +test
```
To run the tests for a specfic version of JRuby specify the full version:
To run the tests for a specific version of JRuby specify the full version:
```sh
earthly --build-arg RUBY=jruby:9.2.14.0 +test
```