diff --git a/xml/System.Text.Json/Utf8JsonWriter.xml b/xml/System.Text.Json/Utf8JsonWriter.xml index a28814ed4bd..0c7199c5767 100644 --- a/xml/System.Text.Json/Utf8JsonWriter.xml +++ b/xml/System.Text.Json/Utf8JsonWriter.xml @@ -383,7 +383,7 @@ The will continue to use the original wri ## Remarks -The will continue to use the original writer options but now write to `bufferWriter` as the new destination. +The will continue to use the original writer options but now writes to `bufferWriter` as the new destination. ]]> @@ -418,7 +418,7 @@ The will continue to use the original wri ## Remarks -The will continue to use the original writer options but now write to `utf8Json` as the new destination. +The will continue to use the original writer options but now writes to `utf8Json` as the new destination. ]]>