summaryrefslogtreecommitdiff
path: root/doc/ale-dart.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-dart.txt')
-rw-r--r--doc/ale-dart.txt4
1 files changed, 2 insertions, 2 deletions
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.
===============================================================================