diff options
author | Andrew Haust <andrewwhhaust@gmail.com> | 2020-09-07 02:24:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 02:24:39 -0400 |
commit | 417761b4157e1ce0fa230b4da1e489379ccd0512 (patch) | |
tree | 4361831cc75e9e3149a7062c723177a76dad586c /doc | |
parent | c36053d4cc28fbc5fc0ee70ccb2c9a1b349eaaa3 (diff) | |
download | ale-417761b4157e1ce0fa230b4da1e489379ccd0512.zip |
Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-elixir.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt index 5864f728..de9daacf 100644 --- a/doc/ale-elixir.txt +++ b/doc/ale-elixir.txt @@ -6,7 +6,7 @@ ALE Elixir Integration *ale-elixir-options* mix *ale-elixir-mix* -The `mix` linter is disabled by default, as it can bee too expensive to run. +The `mix` linter is disabled by default, as it can be too expensive to run. See `:help g:ale_linters` |