diff --git a/types/react-form/v2/index.d.ts b/types/react-form/v2/index.d.ts index ccb85e14df5e78..3f94ad326d9bd0 100644 --- a/types/react-form/v2/index.d.ts +++ b/types/react-form/v2/index.d.ts @@ -94,7 +94,7 @@ export class Form extends React.Component< getChildContext(): FormContext; componentWillMount(): void; componentWillReceiveProps(nextProps: Readonly>, nextContext: any): void; - componentWillUmount(): void; + componentWillUnmount(): void; render(): RenderReturn; }