Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Feb 26, 2024
1 parent c655300 commit 98ef0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro-remote/lib/Markdown.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface Props {
* @example
*
<Markdown
marked={{extensions: [MarkedExtnesion1(), MarkedExtnesion2(), MarkedExtnesion3()]}}
marked={{extensions: [MarkedExtension1(), MarkedExtension2(), MarkedExtension3()]}}
/>
*/
marked?: {
Expand Down

0 comments on commit 98ef0e0

Please sign in to comment.