Skip to content

Commit

Permalink
Correct default value of ExceptionDetailsPropertyName property in com…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
mjebrahimi authored and khellang committed Aug 22, 2024
1 parent deb57d6 commit 6ada883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProblemDetails/ProblemDetailsOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public ProblemDetailsOptions()

/// <summary>
/// The property name to use for exception details.
/// This defaults to <see cref="DefaultExceptionDetailsPropertyName"/> (<c>errors</c>).
/// This defaults to <see cref="DefaultExceptionDetailsPropertyName"/> (<c>exceptionDetails</c>).
/// </summary>
public string ExceptionDetailsPropertyName { get; set; }

Expand Down

0 comments on commit 6ada883

Please sign in to comment.