Skip to content

Commit

Permalink
#371 Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstone committed Sep 26, 2020
1 parent 28176d9 commit 0bf5e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RapidField.SolidInstruments.Web/WebExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ internal IHostBuilder ConfigureHost(IHostBuilder host)
/// <exception cref="WebExectuionException">
/// An exception was raised while configuring the web host.
/// </exception>
747 [DebuggerHidden]
[DebuggerHidden]
internal void ConfigureWebHost(IWebHostBuilder webHost)
{
try
Expand Down

0 comments on commit 0bf5e89

Please sign in to comment.