Skip to content

Commit fdfc005

Browse files
Update features.rst
1 parent 5175ca0 commit fdfc005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ other headless browsers).
148148
By default the server will start automatically whenever you reference
149149
``live_server`` fixture in your tests. But starting live server imposes some
150150
high costs on tests that need it when they may not be ready yet. To prevent
151-
that behaviour pass ``--no-start-live-server`` into your default options (for
151+
that behavior pass ``--no-start-live-server`` into your default options (for
152152
example, in your project’s ``pytest.ini`` file)::
153153

154154
[pytest]
@@ -290,15 +290,15 @@ Content negotiation
290290

291291
An important part of any :abbr:`REST (REpresentational State Transfer)`
292292
service is content negotiation. It allows you to implement behaviour such as
293-
selecting a different serialization schemes for different media types.
293+
selecting a different serialization scheme for different media types.
294294

295295
HTTP has provisions for several mechanisms for "content negotiation" - the
296296
process of selecting the best representation for a given response
297297
when there are multiple representations available.
298298

299299
-- :rfc:`2616#section-12`. Fielding, et al.
300300

301-
The most common way to select one of the multiple possible representation is
301+
The most common way to select one of the multiple possible representations is
302302
via ``Accept`` request header. The following series of ``accept_*`` fixtures
303303
provides an easy way to test content negotiation in your application:
304304

0 commit comments

Comments
 (0)