diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 332d3ac640..be56f112f0 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -387,7 +387,7 @@ declare namespace React { // methods are present. interface ComponentLifecycle extends NewLifecycle, DeprecatedLifecycle { /** - * Called immediately after a compoment is mounted. Setting state here will trigger re-rendering. + * Called immediately after a component is mounted. Setting state here will trigger re-rendering. */ componentDidMount?(): void; /**