diff options
author | Nelson Yeung <nelsyeung@gmail.com> | 2021-01-20 19:32:37 +0000 |
---|---|---|
committer | Nelson Yeung <nelsyeung@gmail.com> | 2021-01-22 16:37:38 +0000 |
commit | 985a5295a9eaa4451ccf5616efd8262adbd06b39 (patch) | |
tree | 154566b2a760d5d0e2c57c7756a50c4dbd369358 /ale_linters/dart | |
parent | efe65f347719a34e5d60e056f2cc3dc0356af10e (diff) | |
download | ale-985a5295a9eaa4451ccf5616efd8262adbd06b39.zip |
Fix typos
Diffstat (limited to 'ale_linters/dart')
-rw-r--r-- | ale_linters/dart/analysis_server.vim | 2 |
1 files changed, 1 insertions, 1 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') |