From 7068d6a3f07d17594a86cef8b3c7d70984e6ff8c Mon Sep 17 00:00:00 2001 From: Ayodeji Oyeleye <71940927+ayodeji-jackson@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:21:17 +0100 Subject: [PATCH] fix: typo change 'thier' to 'their' --- 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 a173cf6e9b8..cb2e47af482 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 @@ -34,7 +34,7 @@ To do so, you'll first need to register the view with Navigation, just like you Navigation.registerComponent('ButtonComponent', () => require('./ButtonComponent')); ``` -Now you can create buttons which use the component registered with `'ButtonComponent'` as thier custom view: +Now you can create buttons which use the component registered with `'ButtonComponent'` as their custom view: ```js topBar: {