Skip to content

Fix typo in IOptionsMonitor section link in options.md#36897

Merged
wadepickett merged 1 commit intodotnet:mainfrom
FelixEckl:fix-36896
Mar 18, 2026
Merged

Fix typo in IOptionsMonitor section link in options.md#36897
wadepickett merged 1 commit intodotnet:mainfrom
FelixEckl:fix-36896

Conversation

@FelixEckl
Copy link
Contributor

@FelixEckl FelixEckl commented Mar 18, 2026

A wrong anchor has been attachted to line 476: instead of linking to the section in the IOptionsMonitor it lead to the section in IOptionsSnapshot, due to the incorrect ancor.

  • Changed Covered later in this article in the [Use IOptionsMonitor to read updated data](#use-ioptionssnapshot-to-read-updated-data) section. to Covered later in this article in the [Use IOptionsMonitor to read updated data](#use-ioptionsmonitor-to-read-updated-data) section.
  • Fixes Configuration: Incorrect anchor linik to IOptionMonitor #36896

Internal previews

📄 File 🔗 Preview link
aspnetcore/fundamentals/configuration/options.md Options pattern in ASP.NET Core

@FelixEckl
Copy link
Contributor Author

@wadepickett that should fix it. Thanks for the opportunity to contribute to this awesome piece of documentation.

@wadepickett wadepickett self-requested a review March 18, 2026 20:03
Copy link
Contributor

@wadepickett wadepickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! Approved.

@wadepickett
Copy link
Contributor

@FelixEckl thanks for improving this doc and for your earlier help on the docs. Greatly appreciated!

@wadepickett wadepickett merged commit ff3184f into dotnet:main Mar 18, 2026
4 checks passed
@wadepickett wadepickett self-assigned this Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configuration: Incorrect anchor linik to IOptionMonitor

2 participants