File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hls-plugin-api/src/Ide/Plugin
plugins/hls-splice-plugin/src/Ide/Plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import Language.LSP.Types
22
22
-- since diagnostics emit in arbitrary shake rules -- we don't know
23
23
-- whether a plugin is capable of producing diagnostics.
24
24
25
- -- | Generates a defalut 'Config', but remains only effective items
25
+ -- | Generates a default 'Config', but remains only effective items
26
26
pluginsToDefaultConfig :: IdePlugins a -> A. Value
27
27
pluginsToDefaultConfig IdePlugins {.. } =
28
28
A. Object $
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ expandTHSplice _eStyle ideState params@ExpandSpliceParams {..} = do
101
101
reportEditor
102
102
MtWarning
103
103
[ " Expansion in type-chcking phase failed;"
104
- , " trying to expand manually, but note taht it is less rigorous."
104
+ , " trying to expand manually, but note that it is less rigorous."
105
105
]
106
106
pm <-
107
107
liftIO $
You can’t perform that action at this time.
0 commit comments