From 655100407adb0732ad8f1d430f5859da9c30081c Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:35:05 -0700 Subject: [PATCH] Fix invalid moniker syntax in options.md (#36893) * Initial plan * Fix invalid moniker syntax: change 'moniker-range' to 'moniker range' in options.md Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> * Apply suggestion from @wadepickett --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> Co-authored-by: Wade Pickett --- aspnetcore/fundamentals/configuration/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/fundamentals/configuration/options.md b/aspnetcore/fundamentals/configuration/options.md index 138c3699c3f5..44c797a9e8a3 100644 --- a/aspnetcore/fundamentals/configuration/options.md +++ b/aspnetcore/fundamentals/configuration/options.md @@ -6,7 +6,7 @@ description: Discover how to use the options pattern to represent groups of rela monikerRange: '>= aspnetcore-3.1' ms.author: tdykstra ms.custom: mvc -ms.date: 02/04/2026 +ms.date: 03/18/2026 uid: fundamentals/configuration/options --- # Options pattern in ASP.NET Core @@ -1396,7 +1396,7 @@ services.AddSingleton, KeyOptionsValidation>(); :::moniker-end -:::moniker-range=">= aspnetcore-8.0" +:::moniker range=">= aspnetcore-8.0" The following example demonstrates how to log options validation exceptions and display an .