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
234
234
for any ` POST ` , ` PUT ` , ` PATCH ` or ` DELETE ` requests.
235
235
236
236
You 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
238
238
token in the following request.
239
239
240
240
For example...
@@ -259,7 +259,7 @@ With careful usage both the `RequestsClient` and the `CoreAPIClient` provide
259
259
the ability to write test cases that can run either in development, or be run
260
260
directly against your staging server or production environment.
261
261
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
263
263
a powerful way to validate your live service. Doing so may require some careful
264
264
attention to setup and teardown to ensure that the tests run in a way that they
265
265
do not directly affect customer data.
You can’t perform that action at this time.
0 commit comments