Skip to content

Commit

Permalink
Fixed "Ctrlernate recipes" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andev0 committed Aug 20, 2024
1 parent c47762b commit dc0374f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async function main()
};

let basicRecipesGroup = createRecipesGroup("Basic recipes");
let alternateRecipesGroup = createRecipesGroup("Ctrlernate recipes");
let alternateRecipesGroup = createRecipesGroup("Alternate recipes");
let eventsRecipesGroup = createRecipesGroup("Events recipes");

let createRecipeParser = (simpleRecipesGroup: HTMLDivElement) =>
Expand Down

0 comments on commit dc0374f

Please sign in to comment.