summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Yeung <nelsyeung@gmail.com>2021-01-20 19:32:37 +0000
committerNelson Yeung <nelsyeung@gmail.com>2021-01-22 16:37:38 +0000
commit985a5295a9eaa4451ccf5616efd8262adbd06b39 (patch)
tree154566b2a760d5d0e2c57c7756a50c4dbd369358
parentefe65f347719a34e5d60e056f2cc3dc0356af10e (diff)
downloadale-985a5295a9eaa4451ccf5616efd8262adbd06b39.zip
Fix typos
-rw-r--r--ale_linters/dart/analysis_server.vim2
-rw-r--r--doc/ale-dart.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/ale_linters/dart/analysis_server.vim b/ale_linters/dart/analysis_server.vim
index ba8839bd..a6870da9 100644
--- a/ale_linters/dart/analysis_server.vim
+++ b/ale_linters/dart/analysis_server.vim
@@ -1,4 +1,4 @@
-" Author: Nelson Yeung <nelsyeung@icloud.com>
+" Author: Nelson Yeung <nelsyeung@gmail.com>
" Description: Check Dart files with dart analysis server LSP
call ale#Set('dart_analysis_server_executable', 'dart')
diff --git a/doc/ale-dart.txt b/doc/ale-dart.txt
index fe5ccbcd..01089252 100644
--- a/doc/ale-dart.txt
+++ b/doc/ale-dart.txt
@@ -10,7 +10,7 @@ Installation
Install Dart via whatever means. `analysis_server` will be included in the SDK.
-In case that `dart` is no in your path, try to set the executable option to
+In case that `dart` is not in your path, try to set the executable option to
its absolute path. : >
" Set the executable path for dart to the absolute path to it.
let g:ale_dart_analysis_server_executable = '/usr/local/bin/dart'
@@ -24,7 +24,7 @@ g:ale_dart_analysis_server_executable *g:ale_dart_analysis_server_executable*
Type: |String|
Default: `'dart'`
- This variable can be set to change the path to dart.
+ This variable can be set to change the path of dart.
===============================================================================