diff --git a/aspnetcore/grpc/configuration/sample/GrcpService/Startup3.cs b/aspnetcore/grpc/configuration/sample/GrcpService/Startup3.cs index 97aeba9e4b..2a8d619fd4 100644 --- a/aspnetcore/grpc/configuration/sample/GrcpService/Startup3.cs +++ b/aspnetcore/grpc/configuration/sample/GrcpService/Startup3.cs @@ -18,7 +18,7 @@ namespace GrcpService { services.AddGrpc(options => { - options.Inteceptors.Add(); + options.Interceptors.Add(); }); services.AddSingleton(); }