fix: Typo in documentation (#5933)

Expendable -> Expandable
This commit is contained in:
Aldo Román
2023-12-20 06:11:03 -05:00
committed by GitHub
parent 699c363c25
commit f81367f84a

View File

@@ -11,7 +11,7 @@ export type ExpandableNoticeProps = {
export const ExpandableNotice = ({
type = "request",
link,
badgeContent = "expendable",
badgeContent = "expandable",
badgeClassName,
}: ExpandableNoticeProps) => {
return (