From 7c9959934a1037efaa135439b7a806542d9e11f1 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Sun, 10 Feb 2019 19:09:19 -0800 Subject: [PATCH] Fixed a type reference in a doc comment. Fixes #7416 --- src/Components/Server/src/BlazorOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Server/src/BlazorOptions.cs b/src/Components/Server/src/BlazorOptions.cs index 28c346a62f..2b60b1a0de 100644 --- a/src/Components/Server/src/BlazorOptions.cs +++ b/src/Components/Server/src/BlazorOptions.cs @@ -4,7 +4,7 @@ namespace Microsoft.AspNetCore.Builder { /// - /// Provides configuration options to the + /// Provides configuration options to the /// middleware. /// public class BlazorOptions