Skip to content

Commit fc8107c

Browse files
grovesNLRon Petrusha
authored andcommitted
Fix spelling mistakes (#3300)
1 parent fcf3868 commit fc8107c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json/JsonSerializer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ The <xref:System.Text.Json.JsonWriterOptions> used to create the instance of the
591591
<param name="value">The value to convert.</param>
592592
<param name="options">Options to control serialization behavior.</param>
593593
<param name="cancellationToken">A token that may be used to cancel the write operation.</param>
594-
<summary>Asynchronously converts a value of a type specified by a generic type parametaer to UTF-8 encoded JSON text and writes it to a stream.</summary>
594+
<summary>Asynchronously converts a value of a type specified by a generic type parameter to UTF-8 encoded JSON text and writes it to a stream.</summary>
595595
<returns>A task that represents the asynchronous write operation.</returns>
596596
<remarks>To be added.</remarks>
597597
</Docs>
@@ -649,7 +649,7 @@ The <xref:System.Text.Json.JsonWriterOptions> used to create the instance of the
649649
<typeparam name="TValue">The type of the value.</typeparam>
650650
<param name="value">The value to convert.</param>
651651
<param name="options">Options to control the conversion behavior.</param>
652-
<summary>Converts the value of a type specifed by a generic type parameter into a JSON string, encoded as UTF-8 bytes.</summary>
652+
<summary>Converts the value of a type specified by a generic type parameter into a JSON string, encoded as UTF-8 bytes.</summary>
653653
<returns>A JSON string representation of the value, encoded as UTF-8 bytes.</returns>
654654
<remarks>To be added.</remarks>
655655
</Docs>

0 commit comments

Comments
 (0)