diff options
author | elig0n <31196036+elig0n@users.noreply.github.com> | 2024-03-20 10:06:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 17:06:33 +0900 |
commit | 6c10a519f1460179cf8f8e329d8eb3186247be2b (patch) | |
tree | d2ea659e6222d36fd7d99e80e0d1ea54d6ae9afc | |
parent | 712b4b3a9714ff58a5c0798c7b6e0ecf7c59857d (diff) | |
download | ale-6c10a519f1460179cf8f8e329d8eb3186247be2b.zip |
Fix typos (#4745)
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 1cb0c184..5cf92624 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -186,11 +186,11 @@ script like so. > exec docker run -i --rm -v "$(pwd):/data" cytopia/pylint "$@" < -You will run to run Docker commands with `-i` in order to read from stdin. +You will want to run Docker commands with `-i` in order to read from stdin. With the above script in mind, you might configure ALE to lint your Python project with `pylint` by providing the path to the script to execute, and -mappings which describe how to between the two file systems in your +mappings which describe how to change between the two file systems in your `python.vim` |ftplugin| file, like so: > if expand('%:p') =~# '^/home/w0rp/git/test-pylint/' |