-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
⌚ Not TriagedNot triagedNot triageddoc-buggood first issueIssue should be good for first-time contributors, with clear instructionsIssue should be good for first-time contributors, with clear instructionshelp wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]okr-qualityContent-quality KR: Concerns article defects (bugs), freshness, or build warnings.Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Description
Describe the issue or suggestion
Type of issue
Typo
Description
While reading the article, there is a sentence that reads "The configuration resolver is configured using the ConfigurationServiceEndpointProviderOptions class..".
However, the code snippet below is using ConfigurationServiceEndPointResolverOptions class, which is not available in the namespace.
I believe, the code snippet should be updated to fix the class name to ConfigurationServiceEndpointProviderOptions:
builder.Services.Configure<ConfigurationServiceEndpointProviderOptions>(
..
);Page URL
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/extensions/service-discovery.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
⌚ Not TriagedNot triagedNot triageddoc-buggood first issueIssue should be good for first-time contributors, with clear instructionsIssue should be good for first-time contributors, with clear instructionshelp wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]okr-qualityContent-quality KR: Concerns article defects (bugs), freshness, or build warnings.Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.