Skip to content

Commit

Permalink
docs(Modal): fix Modal.Description description (#3450)
Browse files Browse the repository at this point in the history
docs(Modal): fix Modal.Description description
  • Loading branch information
Gary Holland authored and layershifter committed Feb 22, 2019
1 parent 527863b commit ddbf43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Modal/ModalDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react'
import { childrenUtils, customPropTypes, getElementType, getUnhandledProps } from '../../lib'

/**
* A modal can have a header.
* A modal can contain a description with one or more paragraphs.
*/
function ModalDescription(props) {
const { children, className, content } = props
Expand Down

0 comments on commit ddbf43d

Please sign in to comment.