Skip to content

Fix spelling mistakes #3300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Text.Json/JsonSerializer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ The <xref:System.Text.Json.JsonWriterOptions> used to create the instance of the
<param name="value">The value to convert.</param>
<param name="options">Options to control serialization behavior.</param>
<param name="cancellationToken">A token that may be used to cancel the write operation.</param>
<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>
<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>
<returns>A task that represents the asynchronous write operation.</returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -649,7 +649,7 @@ The <xref:System.Text.Json.JsonWriterOptions> used to create the instance of the
<typeparam name="TValue">The type of the value.</typeparam>
<param name="value">The value to convert.</param>
<param name="options">Options to control the conversion behavior.</param>
<summary>Converts the value of a type specifed by a generic type parameter into a JSON string, encoded as UTF-8 bytes.</summary>
<summary>Converts the value of a type specified by a generic type parameter into a JSON string, encoded as UTF-8 bytes.</summary>
<returns>A JSON string representation of the value, encoded as UTF-8 bytes.</returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down