summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sarah Rainsberger <sarah@rainsberger.ca> 2023-01-25 10:46:58 -0400
committerGravatar GitHub <noreply@github.com> 2023-01-25 10:46:58 -0400
commit03e374f6bcbe7dc51f0cbcf4cfd15f00bac799be (patch)
tree7b092db9de467e8a99c931fea9e04004eb9c0d70
parent4842d6acb02b0ee70d6660e0ddab84d122dce959 (diff)
downloadastro-03e374f6bcbe7dc51f0cbcf4cfd15f00bac799be.tar.gz
astro-03e374f6bcbe7dc51f0cbcf4cfd15f00bac799be.tar.zst
astro-03e374f6bcbe7dc51f0cbcf4cfd15f00bac799be.zip
[docs] typo fix in MDX README (#5977)
-rw-r--r--packages/integrations/mdx/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md
index d3abbdbe2..e3830272a 100644
--- a/packages/integrations/mdx/README.md
+++ b/packages/integrations/mdx/README.md
@@ -89,7 +89,7 @@ You can configure how your MDX is rendered with the following options:
All [`markdown` configuration options](https://docs.astro.build/en/reference/configuration-reference/#markdown-options) except `drafts` can be configured separately in the MDX integration. This includes remark and rehype plugins, syntax highlighting, and more. Options will default to those in your Markdown config ([see the `extendMarkdownConfig` option](#extendmarkdownconfig) to modify this).
:::note
-There is no separate MDX configuration for [including pages marked as draft in the build](https://docs.astro.build/en/reference/configuration-reference/#markdowndrafts). This Markdown setting will be respected by both Markdown and MDX files and cannot be overriden for MDX files specifically.
+There is no separate MDX configuration for [including pages marked as draft in the build](https://docs.astro.build/en/reference/configuration-reference/#markdowndrafts). This Markdown setting will be respected by both Markdown and MDX files and cannot be overridden for MDX files specifically.
:::
```ts