diff --git a/examples/src/components/examples/SuperMario.js b/examples/src/components/examples/SuperMario.js index d18c3723e6..e52226a8cd 100644 --- a/examples/src/components/examples/SuperMario.js +++ b/examples/src/components/examples/SuperMario.js @@ -102,6 +102,6 @@ const code = `const Component = ( render(Component);`; const hint = - 'These is a simple usecase where the Luigi tab is disable by default. You can also use [tab] to focus tabs and use arrow left/right or up/down to switch tabs.'; + 'This is a simple usecase where the Luigi tab is disable by default. You can also use [tab] to focus the tabs and use arrow left/right or up/down to switch tabs.'; export default () => ;