diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-09-20 09:28:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 09:28:48 +0100 |
commit | 560749cf9e9d66afb7b15563b6f23eaf782a162a (patch) | |
tree | e26c03b3ec8c7c3615f3c44d57fe0ee7e2916a15 | |
parent | 1900b760059d471229864fb16346425d7032430b (diff) | |
parent | a59f5776fabbe9f9582ae683d3077509fd30c5fe (diff) | |
download | ale-560749cf9e9d66afb7b15563b6f23eaf782a162a.zip |
Merge pull request #1939 from elebow/fix-typo-solargraph-docs
Fix typo in Solargraph documentation
-rw-r--r-- | doc/ale-ruby.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index c0e521c3..f8a41999 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -125,8 +125,8 @@ g:ale_ruby_solargraph_executable *g:ale_ruby_solargraph_executable* Type: String Default: `'solargraph'` - Override the invoked solargraph binary. This is useful for running rufo from - binstubs or a bundle. + Override the invoked solargraph binary. This is useful for running solargraph + from binstubs or a bundle. =============================================================================== |