Skip to content

Commit c5a15f5

Browse files
committed
language fix
1 parent 8cd8e91 commit c5a15f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ subtitle: HTTP snippets allow users to see API request examples using common HTT
1313
All documentation sites include HTTP snippets by default. To control which languages appear in the HTTP snippet selector, use the `settings.http-snippets` configuration in your `docs.yml` file.
1414

1515
<Note>
16-
curl is always displayed in the HTTP snippets selector and cannot be removed via `docs.yml` configuration. To hide it, [use custom CSS](/docs/customization/custom-css-js#custom-css).
16+
curl is always displayed in the HTTP snippets selector and can't be removed via `docs.yml` configuration. To hide it, [use custom CSS](/docs/customization/custom-css-js#custom-css).
1717
</Note>
1818

1919
<CodeBlock title="docs.yml">

0 commit comments

Comments
 (0)