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 +" Author: Nelson Yeung " 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. ===============================================================================