Skip to content

Commit

Permalink
docs: fixed typos (orval-labs#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoothieewastaken authored Oct 28, 2023
1 parent 826522c commit c45a750
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/custom-client.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Custom client

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/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ orval --watch ./src
### Clean
The `--clean`, can be used to clean generated files. Be carefull clean all output target and schemas folder.
The `--clean`, can be used to clean generated files. Be careful clean all output target and schemas folder.
```bash
$ orval --clean
Expand Down
6 changes: 3 additions & 3 deletions docs/src/pages/reference/configuration/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Here a single file petstore will be created in src with your specification imple

#### Value: split

Use to have definition, implementation, schemas, mock in differents files
Use to have definition, implementation, schemas, mock in different files

```js
module.exports = {
Expand Down Expand Up @@ -253,7 +253,7 @@ Default Value: `false`.

Can be used to clean generated files. Provide an array of glob if you want to customize what is deleted.

Be carefull clean all output target and schemas folder.
Be careful clean all output target and schemas folder.

### prettier

Expand Down Expand Up @@ -913,7 +913,7 @@ Function to override the generate operation name.

Type: `Object | Boolean`.

Use this property to provide a config to your http client or completly remove the request options property from the generated files.
Use this property to provide a config to your http client or completely remove the request options property from the generated files.

#### formData

Expand Down

0 comments on commit c45a750

Please sign in to comment.