diff options
author | Eddie Lebow <elebow@users.noreply.github.com> | 2019-08-13 01:48:18 -0400 |
---|---|---|
committer | Eddie Lebow <elebow@users.noreply.github.com> | 2019-08-13 01:48:18 -0400 |
commit | 8aa1578605f88e237f2fc0307f176bd7171eb23e (patch) | |
tree | 853265333d7b386751f71df07c71652550e9196a | |
parent | 501af8dd8b0fe41e94698c08d399e6ad3098e234 (diff) | |
download | ale-8aa1578605f88e237f2fc0307f176bd7171eb23e.zip |
Correct copied typo in doc/ale-ruby
-rw-r--r-- | doc/ale-ruby.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index 65ad364e..a27a20b2 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -38,7 +38,7 @@ g:ale_ruby_debride_options *g:ale_ruby_debride_options* Type: |String| Default: `''` - This variable can be change to modify flags given to debride. + This variable can be changed to modify flags given to debride. @@ -111,7 +111,7 @@ g:ale_ruby_rubocop_options *g:ale_ruby_rubocop_options* Type: |String| Default: `''` - This variable can be change to modify flags given to rubocop. + This variable can be changed to modify flags given to rubocop. =============================================================================== @@ -166,7 +166,7 @@ g:ale_ruby_sorbet_options *g:ale_ruby_sorbet_options* Type: |String| Default: `''` - This variable can be change to modify flags given to sorbet. + This variable can be changed to modify flags given to sorbet. =============================================================================== @@ -186,7 +186,7 @@ g:ale_ruby_standardrb_options *g:ale_ruby_standardrb_options* Type: |String| Default: `''` - This variable can be change to modify flags given to standardrb. + This variable can be changed to modify flags given to standardrb. =============================================================================== |