diff --git a/fern/pages/sdks/introduction/configuration.mdx b/fern/pages/sdks/introduction/configuration.mdx index 23c58ecf96f..38e97950dc1 100644 --- a/fern/pages/sdks/introduction/configuration.mdx +++ b/fern/pages/sdks/introduction/configuration.mdx @@ -99,5 +99,5 @@ metadata: Add the following as a comment in your `generators.yml` to enable schema validation, ensuring that your configuration is correct. Check out an example in [Cartesia's Fern Folder](https://github.com/cartesia-ai/docs/blob/43b143f66845d90bffbd0ef1951fd812229d95c0/fern/generators.yml#L1). ```yaml -yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json -``` \ No newline at end of file +# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json +```