Skip to content

Commit 0d13ac3

Browse files
authored
Merge pull request #181 from VaibhavWakde52/master
Fix typo and grammar errors
2 parents 33c0a21 + fdfc005 commit 0d13ac3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ increases the likelihood of your issue being solved quickly. The few extra
1111
steps listed below will help clarify problems you might be facing:
1212

1313
- Include a `minimal reproducible example`_ when possible.
14-
- Describe the expected behaviour and what actually happened including a full
14+
- Describe the expected behavior and what actually happened including a full
1515
trace-back in case of exceptions.
1616
- Make sure to list details about your environment, such as your platform,
1717
versions of pytest, pytest-flask and python release.

docs/features.rst

Lines changed: 3 additions & 3 deletions
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)