Skip to content

Commit

Permalink
nit: a couple -> two
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
bholmesdev and sarah11918 authored Sep 9, 2022
1 parent 26424aa commit 9a1a074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const { frontmatter, url } = Astro.props;

#### Layout props

All [exported properties](#exported-properties) are available from `Astro.props` in your layout, **with a couple key differences:**
All [exported properties](#exported-properties) are available from `Astro.props` in your layout, **with two key differences:**
- Heading information (i.e. `h1 -> h6` elements) is available via the `headings` array, rather than a `getHeadings()` function.
- `file` and `url` are _also_ available as nested `frontmatter` properties (i.e. `frontmatter.url` and `frontmatter.file`). This is consistent with Astro's Markdown layout properties.

Expand Down

0 comments on commit 9a1a074

Please sign in to comment.