diff --git a/xml/System.Text.Json/JsonSerializer.xml b/xml/System.Text.Json/JsonSerializer.xml index e039ac4b72e..476001e3cb5 100644 --- a/xml/System.Text.Json/JsonSerializer.xml +++ b/xml/System.Text.Json/JsonSerializer.xml @@ -591,7 +591,7 @@ The used to create the instance of the The value to convert. Options to control serialization behavior. A token that may be used to cancel the write operation. - 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. + 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. A task that represents the asynchronous write operation. To be added. @@ -649,7 +649,7 @@ The used to create the instance of the The type of the value. The value to convert. Options to control the conversion behavior. - Converts the value of a type specifed by a generic type parameter into a JSON string, encoded as UTF-8 bytes. + Converts the value of a type specified by a generic type parameter into a JSON string, encoded as UTF-8 bytes. A JSON string representation of the value, encoded as UTF-8 bytes. To be added.