Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
change 'thier' to 'their'
  • Loading branch information
ayodeji-jackson authored Sep 12, 2023
1 parent f6f423f commit 7068d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 7068d6a

Please sign in to comment.