From b00b904f101445ff30c62880cd33e9a8400e090f Mon Sep 17 00:00:00 2001 From: Christopher McKirgan Date: Thu, 31 Aug 2023 18:25:59 +0100 Subject: [PATCH] fix: typo in stack-buttons docs --- 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 62c93cde95..02e71e2e83 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)