diff --git a/src/Transition.js b/src/Transition.js index 134bb506..a12cf71f 100644 --- a/src/Transition.js +++ b/src/Transition.js @@ -373,7 +373,7 @@ Transition.propTypes = { /** * A `function` child can be used instead of a React element. This function is * called with the current transition status (`'entering'`, `'entered'`, - * `'exiting'`, `'exited'`, `'unmounted'`), which can be used to apply context + * `'exiting'`, `'exited'`), which can be used to apply context * specific props to a component. * * ```jsx