Skip to content

Commit cb0fcda

Browse files
ksanketraojeremydmiller
authored andcommitted
Update .md file for method for disabling conventional discovery
1 parent d1e9cea commit cb0fcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ that issue, or just want a faster start up time, you can disable the automatic e
282282
using var host = await Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder()
283283
.UseWolverine(opts =>
284284
{
285-
opts.DisableConventionalDiscovery();
285+
opts.Discovery.DisableConventionalDiscovery();
286286
}, ExtensionDiscovery.ManualOnly)
287287

288288
.StartAsync();

0 commit comments

Comments
 (0)