diff --git a/src/app/events/ethcon-korea/actions/fetchFlag.ts b/src/app/events/ethcon-korea/actions/fetchFlag.ts index 76d7a079..27dc77ed 100644 --- a/src/app/events/ethcon-korea/actions/fetchFlag.ts +++ b/src/app/events/ethcon-korea/actions/fetchFlag.ts @@ -1,7 +1,7 @@ import { fetchBase } from "."; type SubmitFlagResultType = { - status: "correct" | "incorret"; + status: "correct" | "Incorrect"; message: "Correct" | "Incorrect"; }; diff --git a/src/theme/light.tsx b/src/theme/light.tsx index d342105b..a8eb578c 100644 --- a/src/theme/light.tsx +++ b/src/theme/light.tsx @@ -22,7 +22,7 @@ const lightTheme = { }, palette: paletteOptions, typography: typographyOptions, - // diferrent from raw shadows + // different from raw shadows // boxShadows: boxShadowOptions, components: { MuiContainer: {