Skip to content

Commit fa24eef

Browse files
committed
Fix typo
1 parent 9183120 commit fa24eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Beside the `lsp-mode` features, `lsp-dart` implements the [`dart_analysis_server
4040
* `lsp-dart-sdk-dir` - Install directory for dart-sdk.
4141
* `lsp-dart-server-command` - The analysis_server executable to use.
4242
* `lsp-dart-only-analyze-projects-with-open-files` - analysis will only be performed for projects that have open files rather than the root workspace folder.
43-
* `lsp-dart-suggest-from-unimported-libraries` - completion will not include synbols that are not already imported into the current file.
43+
* `lsp-dart-suggest-from-unimported-libraries` - completion will not include symbols that are not already imported into the current file.
4444
* `lsp-dart-closing-labels` - Enable the closing labels feature on server lsp.
4545
* `lsp-dart-closing-labels-prefix` - The prefix string to be concatened with the closing label.
4646
* `lsp-dart-closing-labels-size` - The font size factor to be multiplied by the closing labels font size.

lsp-dart.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rather than the root workspace folder."
5454
:group 'lsp-dart)
5555

5656
(defcustom lsp-dart-suggest-from-unimported-libraries t
57-
"When set to nil, completion will not include synbols that are not already
57+
"When set to nil, completion will not include symbols that are not already
5858
imported into the current file."
5959
:type 'boolean
6060
:group 'lsp-dart)

0 commit comments

Comments
 (0)