Skip to content

Commit

Permalink
docs(website): Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored Nov 16, 2017
1 parent e41e491 commit 9fd7c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/components/examples/SuperMario.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => <ExampleItem code={code} hint={hint} label="Super Mario Example" />;

0 comments on commit 9fd7c25

Please sign in to comment.