From 5f025a2d64a30c13ae19cc0cef11ed17839e5cf3 Mon Sep 17 00:00:00 2001 From: mbrookes Date: Sat, 12 Mar 2016 16:47:53 +0000 Subject: [PATCH] [Dialog] Update `actions` property docs --- src/dialog.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dialog.jsx b/src/dialog.jsx index d2e951f8ee6f96..a124d5fc64da89 100644 --- a/src/dialog.jsx +++ b/src/dialog.jsx @@ -388,8 +388,8 @@ const Dialog = React.createClass({ propTypes: { /** - * This prop can be either a JSON object containing the actions to render (This is **DEPRECATED**), - * a react elements, or an array of react elements. + * Action buttons to display below the Dialog content (`children`). + * This property accepts either a React element, or an array of React elements. */ actions: React.PropTypes.node,