Skip to content

Commit

Permalink
Merge branch 'master' of github.com:anymaniax/orval
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Sep 13, 2021
2 parents c271f2b + 90adce3 commit 9805440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/react-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = {

#### Mutator

You can add a mutator function to your config and setup a custom instance of your prefered HTTP client.
You can add a mutator function to your config and setup a custom instance of your preferred HTTP client.

```js
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/guides/svelte-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = {

#### Mutator

You can add a mutator function to your config and setup a custom instance of your prefered HTTP client.
You can add a mutator function to your config and setup a custom instance of your preferred HTTP client.

```js
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/guides/vue-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module.exports = {

#### Mutator

You can add a mutator function to your config and setup a custom instance of your prefered HTTP client.
You can add a mutator function to your config and setup a custom instance of your preferred HTTP client.

```js
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/reference/configuration/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Valid values: path of the mutator function or object with a path and name.

If you provide an object you can also add a default property to use an export default function.

This function is executed for each call when this one is executed. It takes all the options passed to the verb as an argument and should return a promise with your custom implementation or prefered HTTP client.
This function is executed for each call when this one is executed. It takes all the options passed to the verb as an argument and should return a promise with your custom implementation or preferred HTTP client.

Possible arguments:

Expand Down

0 comments on commit 9805440

Please sign in to comment.