Skip to content

Commit

Permalink
Merge pull request #1044 from RndUsername/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos authored Sep 16, 2024
2 parents 8fbd4e4 + e72d298 commit d4724ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openapi-ts/clients/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const client = createClient({

## Interceptors

Interceptors (middleware) can be used to modify requests before they're sent or responses before they're returned to the rest of your application. Fetch API does not have the interceptor functionality, so we implement our own. Below is an example request interceptor
Interceptors (middleware) can be used to modify requests before they're sent or responses before they're returned to the rest of your application. They can be added with `use` or removed with `eject`. Fetch API does not have the interceptor functionality, so we implement our own. Below is an example request interceptor

::: code-group

Expand Down

0 comments on commit d4724ab

Please sign in to comment.