From 96500fd2c77b10328013769bd45a198004bec9fd Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Tue, 1 Oct 2024 07:05:46 +0200 Subject: [PATCH] docs(newsfragments): improve spelling/grammar --- docs/_newsfragments/2023.newandimproved.rst | 3 +-- docs/_newsfragments/2349.newandimproved.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_newsfragments/2023.newandimproved.rst b/docs/_newsfragments/2023.newandimproved.rst index db6c24ec2..8bc2a197a 100644 --- a/docs/_newsfragments/2023.newandimproved.rst +++ b/docs/_newsfragments/2023.newandimproved.rst @@ -1,4 +1,3 @@ The default error serializer will now use the response media handlers to better negotiate the response serialization with the client. -The implementation still default to JSON in case a client does not specify -any preference. +The implementation still defaults to JSON if the client accepts it. diff --git a/docs/_newsfragments/2349.newandimproved.rst b/docs/_newsfragments/2349.newandimproved.rst index 7546a37eb..a5d143f7d 100644 --- a/docs/_newsfragments/2349.newandimproved.rst +++ b/docs/_newsfragments/2349.newandimproved.rst @@ -1,3 +1,3 @@ Added :attr:`falcon.testing.Result.content_type` and -:attr:`falcon.testing.StreamedResult.content_type` as an utility accessor +:attr:`falcon.testing.StreamedResult.content_type` as a utility accessor for the ``Content-Type`` header.