summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorAdam Weis <aweis210@gmail.com>2019-03-15 16:15:20 -0700
committerAdam Weis <aweis210@gmail.com>2019-03-15 16:18:57 -0700
commit1427a090df5ddf375ce1e7ea327a75a720ecbb7b (patch)
tree9624d1ce7a00866b1d0909c0a2402e49a0f6bdcd /autoload
parent5f03bae41ca1fc63a9e607bed99c277249e9774e (diff)
downloadale-1427a090df5ddf375ce1e7ea327a75a720ecbb7b.zip
ruby: fix a typo in a comment
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/ruby.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/ruby.vim b/autoload/ale/ruby.vim
index 69d7a0c0..15e835c9 100644
--- a/autoload/ale/ruby.vim
+++ b/autoload/ale/ruby.vim
@@ -1,7 +1,7 @@
" Author: Eddie Lebow https://github.com/elebow
" Description: Functions for integrating with Ruby tools
-" Find the nearest dir contining "app", "db", and "config", and assume it is
+" Find the nearest dir containing "app", "db", and "config", and assume it is
" the root of a Rails app.
function! ale#ruby#FindRailsRoot(buffer) abort
for l:name in ['app', 'config', 'db']