Skip to content

Commit

Permalink
Update _includes/markdown/Typescript.md
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Mattson <[email protected]>
  • Loading branch information
nicholasio and aaemnnosttv authored Jun 6, 2024
1 parent 019b414 commit 992e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/markdown/Typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const PostProps = {
const Post = (props: PostProps) => {
return (
<article>
<PostContent {...props}>
<PostContent {...props} />
</article>
);
}
Expand Down

0 comments on commit 992e83c

Please sign in to comment.