diff --git a/src/utils/CustomPropTypes.js b/src/utils/CustomPropTypes.js index 9f930db324..bc402d3635 100644 --- a/src/utils/CustomPropTypes.js +++ b/src/utils/CustomPropTypes.js @@ -6,7 +6,7 @@ const CustomPropTypes = { * * The element can be provided in two forms: * - Directly passed - * - Or passed an object which has a `getDOMNode` method which will return the required DOM element + * - Or passed an object that has a `render` method * * @param props * @param propName