Skip to content

Commit dbcc044

Browse files
committed
Typo
1 parent 4fea282 commit dbcc044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/RazorLanguageServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ protected override ILspServices ConstructLspServices()
182182

183183
static void AddHandlers(IServiceCollection services)
184184
{
185-
// Not calling AddHandler because we want to register this endpoint as an IOnIntialized too
185+
// Not calling AddHandler because we want to register this endpoint as an IOnInitialized too
186186
services.AddSingleton<RazorConfigurationEndpoint>();
187187
services.AddSingleton<IMethodHandler, RazorConfigurationEndpoint>(s => s.GetRequiredService<RazorConfigurationEndpoint>());
188188
// Transient because it should only be used once and I'm hoping it doesn't stick around.

0 commit comments

Comments
 (0)