Skip to content

Commit d8e068b

Browse files
authored
Merge pull request #36898 from dotnet/main
Merge to Live
2 parents f37e410 + ff3184f commit d8e068b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/configuration/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ For the preceding code, changes to the JSON configuration in the app settings fi
473473

474474
<xref:Microsoft.Extensions.Options.IOptionsMonitor%601>:
475475

476-
* Covered later in this article in the [Use `IOptionsMonitor` to read updated data](#use-ioptionssnapshot-to-read-updated-data) section.
476+
* Covered later in this article in the [Use `IOptionsMonitor` to read updated data](#use-ioptionsmonitor-to-read-updated-data) section.
477477
* Is used to retrieve options and manage options notifications for `TOptions` instances.
478478
* Is registered as a [singleton service](/dotnet/core/extensions/dependency-injection/service-lifetimes#singleton) and can be injected into any [service lifetime](/dotnet/core/extensions/dependency-injection/service-lifetimes).
479479
* Supports:

0 commit comments

Comments
 (0)