From 757a775687455a503908a8012528b195a5c901b7 Mon Sep 17 00:00:00 2001 From: Facundo Gauna <1071270+fgauna12@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:37:21 -0500 Subject: [PATCH] Update discovery.md --- docs/guide/handlers/discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/handlers/discovery.md b/docs/guide/handlers/discovery.md index cb4ed34ed..884178c2c 100644 --- a/docs/guide/handlers/discovery.md +++ b/docs/guide/handlers/discovery.md @@ -220,7 +220,7 @@ using var host = await Host.CreateDefaultBuilder() .UseWolverine(opts => { // No automatic discovery of handlers - opts.DisableConventionalDiscovery(); + opts.Discovery.DisableConventionalDiscovery(); }).StartAsync(); ``` snippet source | anchor