Skip to content

Commit

Permalink
feat: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Mar 20, 2024
1 parent d1ad8e0 commit 848c620
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/api/requests/withJson.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ relative path to the json file.

#### > file_name (string)

name of the file. This function looks for a file inside the `./data` folder and any folders nested within it.
name of the file. This will looks for a file inside the `./data` folder and any folders nested within it.

::: tip Tip
We can customize the data folder path using [setDataDirectory](/api/settings/setDataDirectory).
:::

## Examples

Expand Down Expand Up @@ -87,4 +91,4 @@ await spec()
## See Also

- [withBody](/api/requests/withBody)
- [withBody](/api/requests/withBody)
- [setDataDirectory](/api/settings/setDataDirectory)

0 comments on commit 848c620

Please sign in to comment.