Skip to content

Commit

Permalink
:ok_hand2: Fix typo's and misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Sep 19, 2023
1 parent fcd47bd commit 66b7fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/api_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There are two ways to instantiate a client.
- from a factory (preferred)
- manually

The factory approach is preffered as it provides the most robust way to honour authentication
The factory approach is preferred as it provides the most robust way to honour authentication
configuration such as credentials and mutual TLS parameters.

### From a factory
Expand Down Expand Up @@ -62,7 +62,7 @@ with client:
- Must support the `requests.Session` API
- Must be compatible with `zgw_consumers.Service`, `stuf.StUFService` and `soap.SOAPService`
- Should encourage best practices (closing resources after use)
- Should not create problems when used with other libraries, e.g. `requests-oath2client`
- Should not create problems when used with other libraries, e.g. `requests-oauth2client`

The client is "simply" a subclass of `requests.Session` which allows us to achieve many of the above
constraints.
Expand Down
2 changes: 1 addition & 1 deletion src/zgw_consumers_ext/tests/data/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test files for Qmatic
# Test files for mTLS with zgw_consumers.Service models

## Certificate and key

Expand Down

0 comments on commit 66b7fb3

Please sign in to comment.