Skip to content

Commit faa2db8

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 2ec4d36 commit faa2db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/generative-apis/troubleshooting/fixing-common-issues.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Below are common issues that you may encounter when using Generative APIs, their
2929
## 400: Bad Request - Invalid JSON body
3030

3131
### Cause
32-
- You provided a JSON body that does not follow [standard JSON structure](https://datatracker.ietf.org/doc/html/rfc8259), therefore your request cannot be analyzed.
32+
- You provided a JSON body that does not follow the [standard JSON structure](https://datatracker.ietf.org/doc/html/rfc8259), therefore your request cannot be analyzed.
3333

3434
### Solution
3535
- Verify the JSON body you send is valid:
36-
- You can store your content in a file with `.json` extension (eg. named `file.json`), and open it with an IDE such as VSCode or Zed. Syntax errors should display if there are present.
36+
- You can store your content in a file with the `.json` extension (eg. named `file.json`), and open it with an IDE such as VSCode or Zed. Syntax errors should display if there are any.
3737
- You can copy your content in a JSON formatter tool or linter available online, that will identify errors.
3838
- Usually, most common errors include:
3939
- Missing or unecessary quotes `"`, `'` or commas `,` on properties name and string values.

0 commit comments

Comments
 (0)