Skip to content

Commit

Permalink
Update discovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgauna12 authored Dec 3, 2024
1 parent 1bc8b0e commit 757a775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/handlers/discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ using var host = await Host.CreateDefaultBuilder()
.UseWolverine(opts =>
{
// No automatic discovery of handlers
opts.DisableConventionalDiscovery();
opts.Discovery.DisableConventionalDiscovery();
}).StartAsync();
```
<sup><a href='https://github.com/JasperFx/wolverine/blob/main/src/Samples/DocumentationSamples/HandlerExamples.cs#L227-L236' title='Snippet source file'>snippet source</a> | <a href='#snippet-sample_explicithandlerdiscovery' title='Start of snippet'>anchor</a></sup>
Expand Down

0 comments on commit 757a775

Please sign in to comment.