File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1179,7 +1179,7 @@ Use <xref:System.Text.Json.Serialization.ReferenceHandler.Preserve> to enable un
1179
1179
</para >
1180
1180
<para >
1181
1181
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.
1183
1183
This can be configured independently using the <see langword =" required" /> keyword,
1184
1184
the <see cref =" P:System.Text.Json.Serialization.JsonRequiredAttribute" /> attribute,
1185
1185
or the <see cref =" P:System.Text.Json.JsonSerializerOptions.RespectRequiredConstructorParameters" /> property.
You can’t perform that action at this time.
0 commit comments