Skip to content

Commit

Permalink
improve jsdoc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
alitaheri committed Dec 13, 2015
1 parent 0efca26 commit a9f7106
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -471,12 +471,12 @@ const Dialog = React.createClass({
actions: React.PropTypes.node,

/**
* The `className` to add to the `Dialog` actions container's root element.
* The `className` to add to the actions container's root element.
*/
actionsContainerClassName: React.PropTypes.string,

/**
* Overrides the inline-styles of the `Dialog` actions container's root element.
* Overrides the inline-styles of the actions container's root element.
*/
actionsContainerStyle: React.PropTypes.object,

Expand All @@ -492,12 +492,12 @@ const Dialog = React.createClass({
autoScrollBodyContent: React.PropTypes.bool,

/**
* The `className` to add to the `Dialog` content's root element under the title.
* The `className` to add to the content's root element under the title.
*/
bodyClassName: React.PropTypes.string,

/**
* Overrides the inline-styles of the `Dialog` content's root element under the title.
* Overrides the inline-styles of the content's root element under the title.
*/
bodyStyle: React.PropTypes.object,

Expand All @@ -512,12 +512,12 @@ const Dialog = React.createClass({
className: React.PropTypes.string,

/**
* The `className` to add to the `Dialog` content container.
* The `className` to add to the content container.
*/
contentClassName: React.PropTypes.string,

/**
* Overrides the inline-styles of the `Dialog` content container.
* Overrides the inline-styles of the content container.
*/
contentStyle: React.PropTypes.object,

Expand Down Expand Up @@ -563,12 +563,12 @@ const Dialog = React.createClass({
title: React.PropTypes.node,

/**
* The `className` to add to the `Dialog` title's root container element.
* The `className` to add to the title's root container element.
*/
titleClassName: React.PropTypes.string,

/**
* Overrides the inline-styles of the `Dialog` title's root container element.
* Overrides the inline-styles of the title's root container element.
*/
titleStyle: React.PropTypes.object,

Expand Down

0 comments on commit a9f7106

Please sign in to comment.