Skip to content

Commit 8c42eb7

Browse files
committed
docs: minor fix (multiple components -> multipleComponents)
1 parent 1d618c6 commit 8c42eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-haskell.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It could lead to bad perfomance in large projects."
6767
(defcustom-lsp lsp-haskell-session-loading
6868
"singleComponent"
6969
"Preferred approach for loading package components. Setting this
70-
to 'multiple components' (EXPERIMENTAL) allows the build
70+
to 'multipleComponents' (EXPERIMENTAL) allows the build
7171
tool (such as `cabal` or `stack`) to load multiple components at
7272
once `https://github.com/haskell/cabal/pull/8726', which is a
7373
significant improvement."

0 commit comments

Comments
 (0)