From 6f84dab9785de0479d976571044298b41a0e4c64 Mon Sep 17 00:00:00 2001 From: Christopher McKirgan Date: Wed, 16 Oct 2024 15:57:03 +0100 Subject: [PATCH] fix: typo in stack-buttons docs (#7777) Co-authored-by: Asaf Korem <55082339+asafkorem@users.noreply.github.com> --- website/versioned_docs/version-7.37.0/docs/stack-buttons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)