File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ If you're using `SessionAuthentication` then you'll need to include a CSRF token
234234for any ` POST ` , ` PUT ` , ` PATCH ` or ` DELETE ` requests.
235235
236236You can do so by following the same flow that a JavaScript based client would use.
237- First make a ` GET ` request in order to obtain a CRSF token, then present that
237+ First, make a ` GET ` request in order to obtain a CSRF token, then present that
238238token in the following request.
239239
240240For example...
@@ -259,7 +259,7 @@ With careful usage both the `RequestsClient` and the `CoreAPIClient` provide
259259the ability to write test cases that can run either in development, or be run
260260directly against your staging server or production environment.
261261
262- Using this style to create basic tests of a few core piece of functionality is
262+ Using this style to create basic tests of a few core pieces of functionality is
263263a powerful way to validate your live service. Doing so may require some careful
264264attention to setup and teardown to ensure that the tests run in a way that they
265265do not directly affect customer data.
You can’t perform that action at this time.
0 commit comments