Fix typos

This commit is contained in:
Nelson Yeung 2021-01-20 19:32:37 +00:00
parent efe65f3477
commit 985a5295a9
2 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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.
===============================================================================