Commit 31be5d4d authored by guerler's avatar guerler
Browse files

Fix comment

parent 0e538565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ interface Props {
    oneLineSummary?: boolean;
    /** If `true`, doesn't show expand/collapse buttons */
    noExpand?: boolean;
    /** The component to use for the summary, default = `<p>` */
    /** The component to use for the summary, default = `<span>` */
    component?: string;
    /** If `true`, shows the full text */
    showExpandText?: boolean;