Skip to content

Commit e24cbcf

Browse files
committed
Tweaked configure text
1 parent 898837e commit e24cbcf

File tree

1 file changed

+1
-1
lines changed
  • src/Exceptionless.Web/ClientApp/src/routes/(app)/project/[projectId]/configure

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/src/routes/(app)/project/[projectId]/configure/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public partial class App : Application {
449449
<CopyToClipboardButton value={codeSamples.webApiRegister} />
450450
</div>
451451
</div>
452-
<P>If you are hosting Web API inside of ASP.NET, you would register Exceptionless like:</P>
452+
<P>If you are hosting Web API inside of ASP.NET, you would register Exceptionless using GlobalConfiguration.</P>
453453
<div class="bg-muted relative min-h-13 overflow-hidden rounded-md">
454454
<CodeBlock code={codeSamples.webApiRegisterAspNet} language="csharp" />
455455
<div class="absolute top-2 right-2">

0 commit comments

Comments
 (0)