summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormandreyel <mandreyel@protonmail.com>2019-02-18 09:30:51 +0100
committermandreyel <mandreyel@protonmail.com>2019-02-18 09:33:03 +0100
commit90457fdb6b046950ae30a63494ef1752055302c2 (patch)
treea901d6cbf609ca33d01f728cd62ce459304a4c71 /doc
parentc3d4e0983b4b08e61692cdd88990a79525a78707 (diff)
downloadale-90457fdb6b046950ae30a63494ef1752055302c2.zip
Fix typo in ale.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 85d4de3b..22639251 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2648,7 +2648,7 @@ ALEGoToDefinitionInVSplit *ALEGoToDefinitionInVSplit*
ALEGoToTypeDefinition *ALEGoToTypeDefinition*
This works similar to |ALEGoToDefinition| but instead jumps to the
- definition of a type of a symbol undert the cursor. ALE will jump to a
+ definition of a type of a symbol under the cursor. ALE will jump to a
definition if an LSP server provides a location to jump to. Otherwise, ALE
will do nothing.