From 0bf5e891b406009650a77be4fce8382a2557257e Mon Sep 17 00:00:00 2001 From: adamjstone <8525409+adamjstone@users.noreply.github.com> Date: Sat, 26 Sep 2020 11:02:22 -0500 Subject: [PATCH] #371 Fix typo. --- src/RapidField.SolidInstruments.Web/WebExecutor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RapidField.SolidInstruments.Web/WebExecutor.cs b/src/RapidField.SolidInstruments.Web/WebExecutor.cs index 557a85d0..42e20d84 100644 --- a/src/RapidField.SolidInstruments.Web/WebExecutor.cs +++ b/src/RapidField.SolidInstruments.Web/WebExecutor.cs @@ -323,7 +323,7 @@ internal IHostBuilder ConfigureHost(IHostBuilder host) /// /// An exception was raised while configuring the web host. /// -747 [DebuggerHidden] + [DebuggerHidden] internal void ConfigureWebHost(IWebHostBuilder webHost) { try