Skip to content

Commit 6f84dab

Browse files
kirgyasafkorem
andauthored
fix: typo in stack-buttons docs (#7777)
Co-authored-by: Asaf Korem <[email protected]>
1 parent ac26b03 commit 6f84dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-7.37.0/docs/stack-buttons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ topBar: {
5353

5454
## Updating props of custom buttons
5555

56-
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.
56+
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.
5757

5858
Calling the updateProps command will trigger React's component lifecycle methods related to [props update](https://reactjs.org/docs/react-component.html#updating)
5959

0 commit comments

Comments
 (0)