fix: Typo in documentation (#5933)

Expendable -> Expandable
This commit is contained in:
Aldo Román
2023-12-20 11:11:03 +00:00
committed by GitHub
parent 699c363c25
commit f81367f84a
@@ -11,7 +11,7 @@ export type ExpandableNoticeProps = {
export const ExpandableNotice = ({ export const ExpandableNotice = ({
type = "request", type = "request",
link, link,
badgeContent = "expendable", badgeContent = "expandable",
badgeClassName, badgeClassName,
}: ExpandableNoticeProps) => { }: ExpandableNoticeProps) => {
return ( return (