Skip to content

Commit 9fd7c25

Browse files
authored
docs(website): Fix typos
1 parent e41e491 commit 9fd7c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/components/examples/SuperMario.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ const code = `const Component = (
102102
render(Component);`;
103103

104104
const hint =
105-
'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.';
105+
'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.';
106106

107107
export default () => <ExampleItem code={code} hint={hint} label="Super Mario Example" />;

0 commit comments

Comments
 (0)