Skip to content

Commit 3ccba67

Browse files
committed
fixed link
1 parent e3e67c0 commit 3ccba67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/Recipes/UserInterfaces/LanguageServer/LanguageServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can work in small steps:
3030
* the ((SelectionRangeService)) provides an easy and quick way to select the right pieces of DSL code for the user.
3131
* the ((DocumentSymbolService)) provides a linked outline view and symbol based search in the editor.
3232
* the ((HoverService)) provides quick (on-demand) documentation in the editor with a tooltip. See also later ((AnalysisService)) and ((BuildService)) for pre-computing documentation information.
33-
* the ((ReferencesSevice)) and
33+
* the ((ReferencesService)) and
3434
* ((DefinitionService)) and
3535
* ((ImplementationService)) provide quick (on-demand) links to either all references, all definitions of a symbol, or all implementations of a symbol in the editor (with a hyperlink). See also later ((AnalysisService)) and ((BuildService)) for pre-computing reference, definition and implementation information.
3636
* the ((AnalysisService)) services provides errors and warnings for the user as diagnostics in the IDE (e.g. type checking), while the user is typing in the editor.

0 commit comments

Comments
 (0)