diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index a443c40..65c86d3 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -220,7 +220,7 @@ curl -X 'GET' \ -H 'Cookie: sessionid=YOURSESSIONIDVALUEHERE' ``` -This method can also be used for requests outside a browser environment (where CSRF/CORS does not apply),
e.g. many CLI tools like `curl` or `wget` or apps like Postman can use cookies for request authentication.
+This method can also be used for requests outside a browser environment (where CSRF/CORS is not a concern),
e.g. many CLI tools like `curl` or `wget` or apps like Postman can use cookies for request authentication.