summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-04-10 18:54:43 +0100
committerGitHub <noreply@github.com>2019-04-10 18:54:43 +0100
commit042b351b7ab20dd67854d0294c67efc47df3b924 (patch)
tree249b0e7d0adfd6ac6a27d8f53ef7d193386aeadf /autoload
parent81423701b0378af56d53402b1a95026b71369246 (diff)
parent1427a090df5ddf375ce1e7ea327a75a720ecbb7b (diff)
downloadale-042b351b7ab20dd67854d0294c67efc47df3b924.zip
Merge pull request #2366 from aweis/fixtypo
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']