Skip to content

Commit

Permalink
fix metadata-related typo in MDX documentation (#52446)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanColberg committed Jul 9, 2023
1 parent 0abc874 commit 99490de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ To add a layout to your MDX page, create a new component and import it into the
import { MyLayoutComponent } from 'my-components';
import HelloWorld from './hello.mdx';

export const meta = {
export const metadata = {
author: 'Rich Haines',
};

Expand Down

0 comments on commit 99490de

Please sign in to comment.