Skip to content

Commit 6551004

Browse files
Copilotwadepickett
andauthored
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 <wpickett@microsoft.com>
1 parent 929887a commit 6551004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/fundamentals/configuration/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Discover how to use the options pattern to represent groups of rela
66
monikerRange: '>= aspnetcore-3.1'
77
ms.author: tdykstra
88
ms.custom: mvc
9-
ms.date: 02/04/2026
9+
ms.date: 03/18/2026
1010
uid: fundamentals/configuration/options
1111
---
1212
# Options pattern in ASP.NET Core
@@ -1396,7 +1396,7 @@ services.AddSingleton<IValidateOptions<KeyOptions2>, KeyOptionsValidation>();
13961396

13971397
:::moniker-end
13981398

1399-
:::moniker-range=">= aspnetcore-8.0"
1399+
:::moniker range=">= aspnetcore-8.0"
14001400

14011401
The following example demonstrates how to log options validation exceptions and display an <xref:Microsoft.Extensions.Options.OptionsValidationException.Message%2A?displayProperty=nameWithType>.
14021402

0 commit comments

Comments
 (0)