chore: fix typo

This commit is contained in:
jinhojang6 2024-03-22 00:11:47 +09:00
parent 8f24a2458a
commit 634aaf2f82
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const ArticleFootnotes = ({
footnotes: LPE.Article.Footnotes
}) =>
footnotes.length > 0 ? (
<Collapse label="Footenotes">
<Collapse label="Footnotes">
{footnotes.map((footnote, idx) => (
<Reference key={idx}>
<Typography