ruby: fix a typo in a comment

This commit is contained in:
Adam Weis 2019-03-15 16:15:20 -07:00
parent 5f03bae41c
commit 1427a090df
1 changed files with 1 additions and 1 deletions

View File

@ -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']