Skip to content

Commit 1df4aa4

Browse files
Update xml/System.Text.Json/JsonSerializerOptions.xml
Co-authored-by: Carlos Sánchez López <[email protected]>
1 parent 5f7bd6d commit 1df4aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/JsonSerializerOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ Use <xref:System.Text.Json.Serialization.ReferenceHandler.Preserve> to enable un
11791179
</para>
11801180
<para>
11811181
Nullability validation functions independently of required-ness validation,
1182-
that is to say the setting has no effect in scenaria where the payload is missing a required property.
1182+
that is to say the setting has no effect in scenarios where the payload is missing a required property.
11831183
This can be configured independently using the <see langword="required" /> keyword,
11841184
the <see cref="P:System.Text.Json.Serialization.JsonRequiredAttribute" /> attribute,
11851185
or the <see cref="P:System.Text.Json.JsonSerializerOptions.RespectRequiredConstructorParameters" /> property.

0 commit comments

Comments
 (0)