Skip to content

Commit 453d35a

Browse files
committed
fix indentation
1 parent e3eba79 commit 453d35a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

fern/products/docs/pages/api-references/http-snippets.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ HTTP snippets support several languages. Our development work is driven by custo
4242
To set the default snippet language, use the `default-language` key at the top indentation level of `docs.yml`.
4343

4444
<CodeBlock title="docs.yml">
45-
```yaml {1}
46-
default-language: typescript
45+
```yaml {1}
46+
default-language: typescript
4747

48-
navigation:
49-
- api: API Reference
48+
navigation:
49+
- api: API Reference
5050
snippets:
51-
python: your-package-name
52-
typescript: your-package-name
53-
```
51+
python: your-package-name
52+
typescript: your-package-name
53+
```
5454
</CodeBlock>
5555
5656
### Generated Features

0 commit comments

Comments
 (0)