summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-06-05 16:35:27 +0100
committerGitHub <noreply@github.com>2017-06-05 16:35:27 +0100
commitf6109d2e4e73f59bbc8eec6092f085de17187590 (patch)
tree0b6bd4a762fbec34a3d7a7654e03c1b0aa0b0917
parent1a62e9573310e776621c05e6a8d8befd054042cc (diff)
parent3be60bf034ed4b35a1ad57f1b14a743f5ab90048 (diff)
downloadale-f6109d2e4e73f59bbc8eec6092f085de17187590.zip
Merge pull request #622 from blueyed/fix-typo
doc: fix typo: s/the the/to the/
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 9949d150..f51c643e 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -869,7 +869,7 @@ ALELast *ALELast*
`ALEPreviousWrap` and `ALENextWrap` will wrap around the file to find
the last or first warning or error in the file, respectively.
- `ALEFirst` goes the the first error or warning in the buffer, while `ALELast`
+ `ALEFirst` goes to the first error or warning in the buffer, while `ALELast`
goes to the last one.
The following |<Plug>| mappings are defined for the commands: >