Modify spell miss.

Runing -> Running

Author:    TomoyukiNakagawa <nakagawa.tomoyuki@gmail.com>
[Fix GH-1741] [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-11-05 15:10:41 +00:00
parent 80aee7903d
commit 7b7243e5a9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ In other words: If adding a spec might reveal a bug in
another implementation, then it is worth adding it.
Currently, the only module which is MRI-specific is `RubyVM`.
## Runing ruby/spec
## Running ruby/spec
To run all specs:
```bash