Skip to content

Commit

Permalink
fix: Fixed typo in schema generator
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed Nov 30, 2020
1 parent fc56c61 commit 61807d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/features/schema-generator/SchemeGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default function SchemeGenerator(props: any) {
value={selectValue}
onChange={onSelectSheet}
>
<MenuItem value="custom">Custom shema</MenuItem>
<MenuItem value="custom">Custom schema</MenuItem>
{sheets.map((s) => {
return (
<MenuItem
Expand Down

0 comments on commit 61807d6

Please sign in to comment.