diff --git a/website/versioned_docs/version-7.37.0/docs/stack-buttons.mdx b/website/versioned_docs/version-7.37.0/docs/stack-buttons.mdx index 62c93cde95d..02e71e2e836 100644 --- a/website/versioned_docs/version-7.37.0/docs/stack-buttons.mdx +++ b/website/versioned_docs/version-7.37.0/docs/stack-buttons.mdx @@ -53,7 +53,7 @@ topBar: { ## Updating props of custom buttons -To update props of a mounted compoennt used as a button, you'll first need to assign it a unique id, then call the `Navigation.updateProps()` command with the id. +To update props of a mounted component used as a button, you'll first need to assign it a unique id, then call the `Navigation.updateProps()` command with the id. Calling the updateProps command will trigger React's component lifecycle methods related to [props update](https://reactjs.org/docs/react-component.html#updating)